summaryrefslogtreecommitdiff
path: root/sys/kern
diff options
context:
space:
mode:
authorPoul-Henning Kamp <phk@FreeBSD.org>2004-07-13 19:35:11 +0000
committerPoul-Henning Kamp <phk@FreeBSD.org>2004-07-13 19:35:11 +0000
commit1a946b9fef9f4b4cd10611232e8844d4c2d33e69 (patch)
tree5efcfc4b3dc229b12cbe15ae322b47c45cc6be0e /sys/kern
parentd40c0f532435f8a95dce15a0ba3c8b82cd5ee1d3 (diff)
Notes
Diffstat (limited to 'sys/kern')
-rw-r--r--sys/kern/syscalls.master1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/kern/syscalls.master b/sys/kern/syscalls.master
index 05d8ffa751a2..10dac1edc789 100644
--- a/sys/kern/syscalls.master
+++ b/sys/kern/syscalls.master
@@ -631,5 +631,6 @@
441 MNOSTD { int ksem_timedwait(semid_t id, struct timespec *abstime); }
442 MSTD { int thr_suspend(const struct timespec *timeout); }
443 MSTD { int thr_wake(long id); }
+444 MSTD { int kldunloadf(int fileid, int flags); }
; Please copy any additions and changes to the following compatability tables:
; sys/compat/freebsd32/syscalls.master