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

Diff of /grub/stage2/fsys_ext2fs.c

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

revision 1.11 by okuji, Mon Nov 12 06:57:29 2001 UTC revision 1.12 by okuji, Wed Jan 1 15:13:13 2003 UTC
# Line 491  ext2fs_dir (char *dirname) Line 491  ext2fs_dir (char *dirname)
491    int group_desc;               /* fs pointer to that group */    int group_desc;               /* fs pointer to that group */
492    int desc;                     /* index within that group */    int desc;                     /* index within that group */
493    int ino_blk;                  /* fs pointer of the inode's information */    int ino_blk;                  /* fs pointer of the inode's information */
494    int str_chk;                  /* used to hold the results of a string compare */    int str_chk = 0;              /* used to hold the results of a string compare */
495    struct ext2_group_desc *gdp;    struct ext2_group_desc *gdp;
496    struct ext2_inode *raw_inode; /* inode info corresponding to current_ino */    struct ext2_inode *raw_inode; /* inode info corresponding to current_ino */
497    

Legend:
Removed from v.1.11  
changed lines
  Added in v.1.12

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