aboutsummaryrefslogtreecommitdiff
path: root/sys/i386
diff options
context:
space:
mode:
authorJohn Baldwin <jhb@FreeBSD.org>2010-06-30 18:03:42 +0000
committerJohn Baldwin <jhb@FreeBSD.org>2010-06-30 18:03:42 +0000
commitfc0de8f0b67cc985fc43ce36df1a736f0d37c9a7 (patch)
tree788978c5fa52aad0858347d77eb0deccb77dcd5c /sys/i386
parent418a27e99ec5a9396a65605bde67c372e0e90c8e (diff)
downloadsrc-fc0de8f0b67cc985fc43ce36df1a736f0d37c9a7.tar.gz
src-fc0de8f0b67cc985fc43ce36df1a736f0d37c9a7.zip
Move prototypes for kern_sigtimedwait() and kern_sigprocmask() to
<sys/syscallsubr.h> where all other kern_<syscall> prototypes live.
Notes
Notes: svn path=/head/; revision=209613
Diffstat (limited to 'sys/i386')
-rw-r--r--sys/i386/i386/machdep.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/i386/i386/machdep.c b/sys/i386/i386/machdep.c
index d2c75fbd518f..502aa4f49c6f 100644
--- a/sys/i386/i386/machdep.c
+++ b/sys/i386/i386/machdep.c
@@ -81,6 +81,7 @@ __FBSDID("$FreeBSD$");
#include <sys/reboot.h>
#include <sys/sched.h>
#include <sys/signalvar.h>
+#include <sys/syscallsubr.h>
#include <sys/sysctl.h>
#include <sys/sysent.h>
#include <sys/sysproto.h>