=================================================================== RCS file: /cvs/prex-old/usr/server/boot/fstab.c,v retrieving revision 1.1.1.1 retrieving revision 1.1.1.1.2.1 diff -u -r1.1.1.1 -r1.1.1.1.2.1 --- prex-old/usr/server/boot/fstab.c 2008/06/03 10:38:51 1.1.1.1 +++ prex-old/usr/server/boot/fstab.c 2008/08/13 17:12:43 1.1.1.1.2.1 @@ -33,6 +33,7 @@ /* * File system table */ + const struct fstab fstab[] = { /* Device Mountpoint VFSType Options FStype Dump Pass# */ #ifdef CONFIG_DEVFS @@ -40,6 +41,9 @@ #endif #ifdef CONFIG_RAMFS {"/dev/ram0", "/boot", "arfs", "", "", 0, 0}, +#endif +#ifdef CONFIG_FIFOFS + {"", "/fifo", "fifofs", "", "", 0, 0}, #endif #ifdef CONFIG_FATFS {"/dev/fd0", "/mnt/floppy", "fatfs", "", "", 0, 0},