/[grub]/grub/stage2/fsys_minix.c
ViewVC logotype

Diff of /grub/stage2/fsys_minix.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.8 by kr, Fri Jan 18 17:16:58 2002 UTC revision 1.9 by okuji, Wed Jan 1 15:13:13 2003 UTC
# Line 1  Line 1 
1  /*  /*
2   *  GRUB  --  GRand Unified Bootloader   *  GRUB  --  GRand Unified Bootloader
3   *  Copyright (C) 1999, 2000, 2001  Free Software Foundation, Inc.   *  Copyright (C) 1999,2000,2001,2002  Free Software Foundation, Inc.
4   *   *
5   *  This program is free software; you can redistribute it and/or modify   *  This program is free software; you can redistribute it and/or modify
6   *  it under the terms of the GNU General Public License as published by   *  it under the terms of the GNU General Public License as published by
# Line 300  minix_dir (char *dirname) Line 300  minix_dir (char *dirname)
300    int updir_ino = current_ino;       /* the parent of the current directory */    int updir_ino = current_ino;       /* the parent of the current directory */
301    int ino_blk;                       /* fs pointer of the inode's info */    int ino_blk;                       /* fs pointer of the inode's info */
302    
303    int str_chk;                       /* used ot hold the results of a string    int str_chk = 0;                   /* used ot hold the results of a string
304                                          compare */                                          compare */
305    
306    struct minix_inode * raw_inode;    /* inode info for current_ino */    struct minix_inode * raw_inode;    /* inode info for current_ino */

Legend:
Removed from v.1.8  
changed lines
  Added in v.1.9

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26