diff options
| author | Doug Rabson <dfr@FreeBSD.org> | 1994-09-13 14:47:38 +0000 |
|---|---|---|
| committer | Doug Rabson <dfr@FreeBSD.org> | 1994-09-13 14:47:38 +0000 |
| commit | 3d903220e4faa340d6f236db178765e16c999404 (patch) | |
| tree | 0b43a166c9d31a9a5c55d5efd7085507563a3825 /sys/kern/syscalls.master | |
| parent | a78a18e9b9937e77593dc0f9e40bf32d2f214ef7 (diff) | |
Notes
Diffstat (limited to 'sys/kern/syscalls.master')
| -rw-r--r-- | sys/kern/syscalls.master | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/sys/kern/syscalls.master b/sys/kern/syscalls.master index 8c67063b7f70..c00bcd1f3bdc 100644 --- a/sys/kern/syscalls.master +++ b/sys/kern/syscalls.master @@ -1,4 +1,4 @@ - $Id: syscalls.master,v 1.6 1994/09/01 05:12:42 davidg Exp $ + $Id: syscalls.master,v 1.7 1994/09/13 00:48:19 wollman Exp $ ; from: @(#)syscalls.master 8.2 (Berkeley) 1/13/94 ; ; System call name/number master file. @@ -222,8 +222,16 @@ 166 STD 2 BSD rtprio 167 UNIMPL 0 NOHIDE nosys 168 UNIMPL 0 NOHIDE nosys +#ifdef SYSVSEM +169 STD 5 BSD semsys +#else 169 UNIMPL 0 NOHIDE nosys +#endif +#ifdef SYSVMSG +170 STD 6 BSD msgsys +#else 170 UNIMPL 0 NOHIDE nosys +#endif #ifdef SYSVSHM 171 STD 4 BSD shmsys #else |
