summaryrefslogtreecommitdiffstats
path: root/sys/powerpc
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/powerpc
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/powerpc')
-rw-r--r--sys/powerpc/aim/machdep.c1
-rw-r--r--sys/powerpc/booke/machdep.c1
2 files changed, 2 insertions, 0 deletions
diff --git a/sys/powerpc/aim/machdep.c b/sys/powerpc/aim/machdep.c
index 49aae27..ae02fc9 100644
--- a/sys/powerpc/aim/machdep.c
+++ b/sys/powerpc/aim/machdep.c
@@ -85,6 +85,7 @@ __FBSDID("$FreeBSD$");
#include <sys/ptrace.h>
#include <sys/reboot.h>
#include <sys/signalvar.h>
+#include <sys/syscallsubr.h>
#include <sys/sysctl.h>
#include <sys/sysent.h>
#include <sys/sysproto.h>
diff --git a/sys/powerpc/booke/machdep.c b/sys/powerpc/booke/machdep.c
index 8a53b73..274fe6e 100644
--- a/sys/powerpc/booke/machdep.c
+++ b/sys/powerpc/booke/machdep.c
@@ -104,6 +104,7 @@ __FBSDID("$FreeBSD$");
#include <sys/sysctl.h>
#include <sys/exec.h>
#include <sys/ktr.h>
+#include <sys/syscallsubr.h>
#include <sys/sysproto.h>
#include <sys/signalvar.h>
#include <sys/sysent.h>
OpenPOWER on IntegriCloud