Unmapped syscalls should be NOPROTO so that we don't get a duplicate

prototype.  (kldunloadf in this case)
This commit is contained in:
peter 2004-07-14 00:03:30 +00:00
parent b241de2523
commit 89261c4c9f

View File

@ -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); }