summaryrefslogtreecommitdiffstats
path: root/sys/compat
diff options
context:
space:
mode:
authorsobomax <sobomax@FreeBSD.org>2006-10-24 17:24:11 +0000
committersobomax <sobomax@FreeBSD.org>2006-10-24 17:24:11 +0000
commit985beafaee6955fda87031fca2884863e383fd5c (patch)
treed77d2f0467efed2bd57ed8964a3fd97e81656daf /sys/compat
parent89159bd1c6d15d1544794a487d8be014361fe2c7 (diff)
downloadFreeBSD-src-985beafaee6955fda87031fca2884863e383fd5c.zip
FreeBSD-src-985beafaee6955fda87031fca2884863e383fd5c.tar.gz
Fix kernel breakage introduced in the previous commit (redeclatation
of the audit functions).
Diffstat (limited to 'sys/compat')
-rw-r--r--sys/compat/freebsd32/syscalls.master18
1 files changed, 9 insertions, 9 deletions
diff --git a/sys/compat/freebsd32/syscalls.master b/sys/compat/freebsd32/syscalls.master
index beeeb22..de2ab5b 100644
--- a/sys/compat/freebsd32/syscalls.master
+++ b/sys/compat/freebsd32/syscalls.master
@@ -733,21 +733,21 @@
const struct timespec32 *timeout); }
443 AUE_NULL NOPROTO { int thr_wake(long id); }
444 AUE_MODUNLOAD NOPROTO { int kldunloadf(int fileid, int flags); }
-445 AUE_AUDIT STD { int audit(const void *record, \
+445 AUE_AUDIT NOPROTO { int audit(const void *record, \
u_int length); }
-446 AUE_AUDITON STD { int auditon(int cmd, void *data, \
+446 AUE_AUDITON NOPROTO { int auditon(int cmd, void *data, \
u_int length); }
-447 AUE_GETAUID STD { int getauid(uid_t *auid); }
-448 AUE_SETAUID STD { int setauid(uid_t *auid); }
-449 AUE_GETAUDIT STD { int getaudit(struct auditinfo *auditinfo); }
-450 AUE_SETAUDIT STD { int setaudit(struct auditinfo *auditinfo); }
-451 AUE_GETAUDIT_ADDR STD { int getaudit_addr( \
+447 AUE_GETAUID NOPROTO { int getauid(uid_t *auid); }
+448 AUE_SETAUID NOPROTO { int setauid(uid_t *auid); }
+449 AUE_GETAUDIT NOPROTO { int getaudit(struct auditinfo *auditinfo); }
+450 AUE_SETAUDIT NOPROTO { int setaudit(struct auditinfo *auditinfo); }
+451 AUE_GETAUDIT_ADDR NOPROTO { int getaudit_addr( \
struct auditinfo_addr *auditinfo_addr, \
u_int length); }
-452 AUE_SETAUDIT_ADDR STD { int setaudit_addr( \
+452 AUE_SETAUDIT_ADDR NOPROTO { int setaudit_addr( \
struct auditinfo_addr *auditinfo_addr, \
u_int length); }
-453 AUE_AUDITCTL STD { int auditctl(char *path); }
+453 AUE_AUDITCTL NOPROTO { int auditctl(char *path); }
454 AUE_NULL STD { int freebsd32_umtx_op(void *obj, int op,\
u_long val, void *uaddr, \
void *uaddr2); }
OpenPOWER on IntegriCloud