Magellan Linux

Diff of /trunk/mkinitrd-magellan/busybox/util-linux/minix.h

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

revision 983 by niro, Fri Apr 24 18:33:46 2009 UTC revision 984 by niro, Sun May 30 11:32:42 2010 UTC
# Line 48  struct minix_superblock { Line 48  struct minix_superblock {
48    
49  struct minix_dir_entry {  struct minix_dir_entry {
50   uint16_t inode;   uint16_t inode;
51   char name[0];   char name[];
52  };  };
53    
54  /* Believe it or not, but mount.h has this one #defined */  /* Believe it or not, but mount.h has this one #defined */

Legend:
Removed from v.983  
changed lines
  Added in v.984