=================================================================== RCS file: /cvs/prex-old/include/sys/fcntl.h,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/include/sys/fcntl.h 2008/06/03 10:38:44 1.1.1.1 +++ prex-old/include/sys/fcntl.h 2008/08/13 17:12:28 1.1.1.1.2.1 @@ -74,6 +74,8 @@ #define O_TRUNC 0x00000400 /* truncate to zero length */ #define O_EXCL 0x00000800 /* error if already exists */ +#define FPIPE 0x00010000 /* pipe */ + /* defined by POSIX 1003.1; BSD default, so no bit required */ #define O_NOCTTY 0 /* don't assign controlling terminal */