Changeset 40 for trunk/include/sh_unix.h


Ignore:
Timestamp:
May 31, 2006, 9:38:30 PM (18 years ago)
Author:
rainer
Message:

Fix for tickets #13, #14, #15, #16, #17

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/sh_unix.h

    r27 r40  
    4949  SH_FILE_FIFO,
    5050  SH_FILE_SOCKET,
     51  SH_FILE_DOOR,
     52  SH_FILE_PORT,
    5153  SH_FILE_UNKNOWN
    5254} ShFileType;
     
    7779/* hardlinks    */
    7880#define MODI_HLN (1 << 10)
    79 /* device num   */
     81/* device type   */
    8082#define MODI_RDEV (1 << 11)
    8183/* size may grow   */
Note: See TracChangeset for help on using the changeset viewer.