diff options
author | nik <nik@FreeBSD.org> | 1999-08-11 22:13:46 +0000 |
---|---|---|
committer | nik <nik@FreeBSD.org> | 1999-08-11 22:13:46 +0000 |
commit | 46598fe94b61fd330f0de81e7a482d358edbbf78 (patch) | |
tree | aaf185c3224dbf96bc105eca76906a3b2adfec1b /sys/kern | |
parent | cb7795e649e30a001723c9210e1e33c85dbbe194 (diff) | |
download | FreeBSD-src-46598fe94b61fd330f0de81e7a482d358edbbf78.zip FreeBSD-src-46598fe94b61fd330f0de81e7a482d358edbbf78.tar.gz |
Add CPT_NOA, LIBCOMPAT, NODEF, NOARGS, NOPROTO, and NOIMPL to the commented
list of available types.
PR: docs/13007
Submitted by: Assar Westerlund <assar@sics.se>
Diffstat (limited to 'sys/kern')
-rw-r--r-- | sys/kern/syscalls.master | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/kern/syscalls.master b/sys/kern/syscalls.master index 87f13cf..dc2ca3c 100644 --- a/sys/kern/syscalls.master +++ b/sys/kern/syscalls.master @@ -1,4 +1,4 @@ - $Id: syscalls.master,v 1.60 1999/08/04 20:04:25 jkh Exp $ + $Id: syscalls.master,v 1.61 1999/08/05 08:18:45 jkh Exp $ ; from: @(#)syscalls.master 8.2 (Berkeley) 1/13/94 ; ; System call name/number master file. @@ -6,7 +6,8 @@ ; Columns: number type nargs namespc name alt{name,tag,rtyp}/comments ; number system call number, must be in order -; type one of STD, OBSOL, UNIMPL, COMPAT +; type one of STD, OBSOL, UNIMPL, COMPAT, CPT_NOA, LIBCOMPAT, +; NODEF, NOARGS, NOPROTO, NOIMPL ; namespc one of POSIX, BSD, NOHIDE ; name psuedo-prototype of syscall routine ; If one of the following alts is different, then all appear: |