diff options
author | netchild <netchild@FreeBSD.org> | 2006-03-18 20:47:36 +0000 |
---|---|---|
committer | netchild <netchild@FreeBSD.org> | 2006-03-18 20:47:36 +0000 |
commit | d1db96cb48e485fb9f14532b1ee1a979b4739114 (patch) | |
tree | 4128a9f069bd937c90534aa10dd2a3a74d63bd98 /sys/alpha | |
parent | 1a84cbb2c6edd2929ab017388e746827135d80fc (diff) | |
download | FreeBSD-src-d1db96cb48e485fb9f14532b1ee1a979b4739114.zip FreeBSD-src-d1db96cb48e485fb9f14532b1ee1a979b4739114.tar.gz |
Fixup some problems in my previous commit (COMPAT_43).
Pointyhat to: netchild
Diffstat (limited to 'sys/alpha')
-rw-r--r-- | sys/alpha/linux/syscalls.master | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/sys/alpha/linux/syscalls.master b/sys/alpha/linux/syscalls.master index 60b9198..67f54f3 100644 --- a/sys/alpha/linux/syscalls.master +++ b/sys/alpha/linux/syscalls.master @@ -11,8 +11,7 @@ ; there is no audit event for the call at this time. For the ; case where the event exists, but we don't want auditing, the ; event should be #defined to AUE_NULL in audit_kevents.h. -; type one of STD, OBSOL, UNIMPL, CPT_NOA, LIBCOMPAT, -; NODEF, NOARGS, NOPROTO +; type one of STD, OBSOL, UNIMPL, NODEF, NOARGS, NOPROTO ; name psuedo-prototype of syscall routine ; If one of the following alts is different, then all appear: ; altname name of system call if different @@ -22,8 +21,6 @@ ; types: ; STD always included -; CPT_NOA combines COMPAT with NOARGS -; LIBCOMPAT included on COMPAT #ifdef, and placed in syscall.h ; NOARGS same as STD except do not create structure in sys/sysproto.h ; NODEF ?? ; NOPROTO same as STD except do not create structure or function in @@ -31,7 +28,6 @@ ; OBSOL obsolete, not included in system, only specifies name ; UNIMPL not implemented, placeholder only -#include "opt_compat.h" #include <sys/param.h> #include <sys/sysent.h> #include <sys/sysproto.h> |