Changeset 40 for trunk/include/sh_unix.h
- Timestamp:
- May 31, 2006, 9:38:30 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/sh_unix.h
r27 r40 49 49 SH_FILE_FIFO, 50 50 SH_FILE_SOCKET, 51 SH_FILE_DOOR, 52 SH_FILE_PORT, 51 53 SH_FILE_UNKNOWN 52 54 } ShFileType; … … 77 79 /* hardlinks */ 78 80 #define MODI_HLN (1 << 10) 79 /* device num*/81 /* device type */ 80 82 #define MODI_RDEV (1 << 11) 81 83 /* size may grow */
Note:
See TracChangeset
for help on using the changeset viewer.