Changeset 686
- Timestamp:
- Sep 11, 2003, 3:15:15 AM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/emx/include/sys/param.h
-
Property cvs2svn:cvs-rev
changed from
1.3
to1.4
r685 r686 163 163 * there is a chance one or two tcpip ioctls are using them. */ 164 164 #ifndef _POSIX_SOURCE 165 #define FREAD 1 166 #define FWRITE 2 165 #ifndef FREAD 166 #define FREAD 0x0001 167 #define FWRITE 0x0002 168 #endif 167 169 #endif 168 170 -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.