summaryrefslogtreecommitdiffstats
path: root/sys/kern/syscalls.master
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2009-06-17 18:46:14 +0000
committerjhb <jhb@FreeBSD.org>2009-06-17 18:46:14 +0000
commite4d63f780a7e469c79fafd7a384f514d10783fb4 (patch)
tree30351e9cef69ec2f756c1c56833cc1a85fb7a095 /sys/kern/syscalls.master
parent4881bdf1efd469e320158bf288c5a3a5bb910af7 (diff)
downloadFreeBSD-src-e4d63f780a7e469c79fafd7a384f514d10783fb4.zip
FreeBSD-src-e4d63f780a7e469c79fafd7a384f514d10783fb4.tar.gz
Remove the now-unused NOIMPL flag. It serves no useful purpose given the
existing UNIMPL and NOSTD types.
Diffstat (limited to 'sys/kern/syscalls.master')
-rw-r--r--sys/kern/syscalls.master2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/kern/syscalls.master b/sys/kern/syscalls.master
index b16be63..794254a 100644
--- a/sys/kern/syscalls.master
+++ b/sys/kern/syscalls.master
@@ -12,7 +12,7 @@
; 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, COMPAT, CPT_NOA, LIBCOMPAT,
-; NODEF, NOARGS, NOPROTO, NOIMPL, NOSTD, COMPAT4
+; NODEF, NOARGS, NOPROTO, NOSTD, COMPAT4
; name psuedo-prototype of syscall routine
; If one of the following alts is different, then all appear:
; altname name of system call if different
OpenPOWER on IntegriCloud