summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>2004-07-14 00:03:30 +0000
committerpeter <peter@FreeBSD.org>2004-07-14 00:03:30 +0000
commit89261c4c9fdc9554cc72af94d4808fdd957bd7ce (patch)
tree60130e2d9753f000023c091a7d0aa022352fae66
parentb241de25233d4ef491311be116b62ee7e73ec7a8 (diff)
downloadFreeBSD-src-89261c4c9fdc9554cc72af94d4808fdd957bd7ce.zip
FreeBSD-src-89261c4c9fdc9554cc72af94d4808fdd957bd7ce.tar.gz
Unmapped syscalls should be NOPROTO so that we don't get a duplicate
prototype. (kldunloadf in this case)
-rw-r--r--sys/compat/freebsd32/syscalls.master2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/compat/freebsd32/syscalls.master b/sys/compat/freebsd32/syscalls.master
index a4f195f..1babf95 100644
--- a/sys/compat/freebsd32/syscalls.master
+++ b/sys/compat/freebsd32/syscalls.master
@@ -609,4 +609,4 @@
441 UNIMPL ksem_timedwait
442 MNOPROTO { int thr_suspend(const struct timespec *timeout); }
443 MNOPROTO { int thr_wake(long id); }
-444 MSTD { int kldunloadf(int fileid, int flags); }
+444 MNOPROTO { int kldunloadf(int fileid, int flags); }
OpenPOWER on IntegriCloud