[BACK]Return to fstab.c CVS log [TXT][DIR] Up to [local] / prex-old / usr / server / boot

Diff for /prex-old/usr/server/boot/fstab.c between version 1.1.1.1 and 1.1.1.1.2.1

version 1.1.1.1, 2008/06/03 10:38:51 version 1.1.1.1.2.1, 2008/08/13 17:12:43
Line 33 
Line 33 
 /*  /*
  * File system table   * File system table
  */   */
   
 const struct fstab fstab[] = {  const struct fstab fstab[] = {
         /* Device     Mountpoint     VFSType    Options FStype Dump Pass# */          /* Device     Mountpoint     VFSType    Options FStype Dump Pass# */
 #ifdef CONFIG_DEVFS  #ifdef CONFIG_DEVFS
Line 40 
Line 41 
 #endif  #endif
 #ifdef CONFIG_RAMFS  #ifdef CONFIG_RAMFS
         {"/dev/ram0", "/boot",       "arfs",    "",     "",    0,   0},          {"/dev/ram0", "/boot",       "arfs",    "",     "",    0,   0},
   #endif
   #ifdef CONFIG_FIFOFS
           {"",          "/fifo",       "fifofs",  "",     "",    0,   0},
 #endif  #endif
 #ifdef CONFIG_FATFS  #ifdef CONFIG_FATFS
         {"/dev/fd0",  "/mnt/floppy", "fatfs",   "",     "",    0,   0},          {"/dev/fd0",  "/mnt/floppy", "fatfs",   "",     "",    0,   0},

Legend:
Removed from v.1.1.1.1  
changed lines
  Added in v.1.1.1.1.2.1

CVSweb