summaryrefslogtreecommitdiffstats
path: root/sys/compat/freebsd32/syscalls.master
diff options
context:
space:
mode:
authored <ed@FreeBSD.org>2010-02-08 10:02:01 +0000
committered <ed@FreeBSD.org>2010-02-08 10:02:01 +0000
commitd40177139efc3459342296494d92f3bbee157649 (patch)
tree3abcc605c257f4a330fc2546f8edbe770ef532d5 /sys/compat/freebsd32/syscalls.master
parente2c3b3c7fe753c650ed3898086a0eada16530d6b (diff)
downloadFreeBSD-src-d40177139efc3459342296494d92f3bbee157649.zip
FreeBSD-src-d40177139efc3459342296494d92f3bbee157649.tar.gz
Remove unused LIBCOMPAT keyword from syscalls.master.
Diffstat (limited to 'sys/compat/freebsd32/syscalls.master')
-rw-r--r--sys/compat/freebsd32/syscalls.master3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/compat/freebsd32/syscalls.master b/sys/compat/freebsd32/syscalls.master
index 485f7a6..3abd6e7 100644
--- a/sys/compat/freebsd32/syscalls.master
+++ b/sys/compat/freebsd32/syscalls.master
@@ -13,7 +13,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, COMPAT4, COMPAT6,
-; COMPAT7, LIBCOMPAT, NODEF, NOARGS, NOPROTO, NOSTD
+; COMPAT7, NODEF, NOARGS, NOPROTO, NOSTD
; The COMPAT* options may be combined with one or more NO*
; options separated by '|' with no spaces (e.g. COMPAT|NOARGS)
; name psuedo-prototype of syscall routine
@@ -29,7 +29,6 @@
; COMPAT4 included on COMPAT4 #ifdef (FreeBSD 4 compat)
; COMPAT6 included on COMPAT6 #ifdef (FreeBSD 6 compat)
; COMPAT7 included on COMPAT7 #ifdef (FreeBSD 7 compat)
-; LIBCOMPAT included on COMPAT #ifdef, and placed in syscall.h
; OBSOL obsolete, not included in system, only specifies name
; UNIMPL not implemented, placeholder only
; NOSTD implemented but as a lkm that can be statically
OpenPOWER on IntegriCloud