diff options
Diffstat (limited to 'emu/port')
| -rw-r--r-- | emu/port/dat.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emu/port/dat.h b/emu/port/dat.h index a0881050..66d0fd7f 100644 --- a/emu/port/dat.h +++ b/emu/port/dat.h @@ -96,7 +96,7 @@ enum COPEN = 0x0001, /* for i/o */ CMSG = 0x0002, /* the message channel for a mount */ -/*rsc CCREATE = 0x0004, /* permits creation if c->mnt */ +/*rsc CCREATE = 0x0004, *//* permits creation if c->mnt */ CCEXEC = 0x0008, /* close on exec */ CFREE = 0x0010, /* not in use */ CRCLOSE = 0x0020, /* remove on close */ |
