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

Diff of /grub/stage2/fsys_xfs.c

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

revision 1.4 by okuji, Sun Jan 18 19:47:18 2004 UTC revision 1.5 by okuji, Sun May 8 02:18:14 2005 UTC
# Line 334  next_dentry (xfs_ino_t *ino) Line 334  next_dentry (xfs_ino_t *ino)
334  {  {
335          int namelen = 1;          int namelen = 1;
336          int toread;          int toread;
337          static char *usual[2] = {".", ".."};          static char usual[2][3] = {".", ".."};
338          static xfs_dir2_sf_entry_t *sfe;          static xfs_dir2_sf_entry_t *sfe;
339          char *name = usual[0];          char *name = usual[0];
340    

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

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