diff options
author | rwatson <rwatson@FreeBSD.org> | 2004-10-23 20:04:56 +0000 |
---|---|---|
committer | rwatson <rwatson@FreeBSD.org> | 2004-10-23 20:04:56 +0000 |
commit | 8bec59acaea812541e34ff65de9c643d0bce63c0 (patch) | |
tree | d601e8e6c009d5ec45f4d9c49815383fd1d12286 /sys/compat | |
parent | 01d196c1321a9da3acecbc32d9d0c67463b5ac3e (diff) | |
download | FreeBSD-src-8bec59acaea812541e34ff65de9c643d0bce63c0.zip FreeBSD-src-8bec59acaea812541e34ff65de9c643d0bce63c0.tar.gz |
32-bit FreeBSD ABI compatibility stubs from syscalls.master:1.178.
Diffstat (limited to 'sys/compat')
-rw-r--r-- | sys/compat/freebsd32/syscalls.master | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/sys/compat/freebsd32/syscalls.master b/sys/compat/freebsd32/syscalls.master index c2ff8c1..9bce9f0 100644 --- a/sys/compat/freebsd32/syscalls.master +++ b/sys/compat/freebsd32/syscalls.master @@ -610,3 +610,12 @@ 442 MNOPROTO { int thr_suspend(const struct timespec *timeout); } 443 MNOPROTO { int thr_wake(long id); } 444 MNOPROTO { int kldunloadf(int fileid, int flags); } +445 UNIMPL audit +446 UNIMPL auditon +447 UNIMPL getauid +448 UNIMPL setauid +449 UNIMPL getaudit +450 UNIMPL setaudit +451 UNIMPL getaudit_addr +452 UNIMPL setaudit_addr +453 UNIMPL auditctl |