summaryrefslogtreecommitdiffstats
path: root/sys/sun4v
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2010-06-30 18:03:42 +0000
committerjhb <jhb@FreeBSD.org>2010-06-30 18:03:42 +0000
commitde324e256c9dc34a94524f6b1dcdd1e0bc2f74ee (patch)
tree788978c5fa52aad0858347d77eb0deccb77dcd5c /sys/sun4v
parent738cd61a3da5d3ec670e62660ce993ed21858c36 (diff)
downloadFreeBSD-src-de324e256c9dc34a94524f6b1dcdd1e0bc2f74ee.zip
FreeBSD-src-de324e256c9dc34a94524f6b1dcdd1e0bc2f74ee.tar.gz
Move prototypes for kern_sigtimedwait() and kern_sigprocmask() to
<sys/syscallsubr.h> where all other kern_<syscall> prototypes live.
Diffstat (limited to 'sys/sun4v')
-rw-r--r--sys/sun4v/sun4v/machdep.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/sun4v/sun4v/machdep.c b/sys/sun4v/sun4v/machdep.c
index e14eebd..3a80bee 100644
--- a/sys/sun4v/sun4v/machdep.c
+++ b/sys/sun4v/sun4v/machdep.c
@@ -68,6 +68,7 @@ __FBSDID("$FreeBSD$");
#include <sys/reboot.h>
#include <sys/signalvar.h>
#include <sys/smp.h>
+#include <sys/syscallsubr.h>
#include <sys/sysent.h>
#include <sys/sysproto.h>
#include <sys/timetc.h>
OpenPOWER on IntegriCloud