From 1a946b9fef9f4b4cd10611232e8844d4c2d33e69 Mon Sep 17 00:00:00 2001 From: Poul-Henning Kamp Date: Tue, 13 Jul 2004 19:35:11 +0000 Subject: [PATCH] Add kldunloadf() system call. Stay tuned for follwing commit messages. --- sys/compat/freebsd32/syscalls.master | 5 +++-- sys/kern/syscalls.master | 1 + 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/sys/compat/freebsd32/syscalls.master b/sys/compat/freebsd32/syscalls.master index b2abd20a7d40..a4f195f74e5c 100644 --- a/sys/compat/freebsd32/syscalls.master +++ b/sys/compat/freebsd32/syscalls.master @@ -607,5 +607,6 @@ 439 UNIMPL extattr_list_link 440 UNIMPL kse_switchin 441 UNIMPL ksem_timedwait -442 MNOPROTO { int thr_suspend(const struct timespec *timeout); } -443 MNOPROTO { int thr_wake(long id); } +442 MNOPROTO { int thr_suspend(const struct timespec *timeout); } +443 MNOPROTO { int thr_wake(long id); } +444 MSTD { int kldunloadf(int fileid, int flags); } 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