summaryrefslogtreecommitdiffstats
path: root/sys/i386
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2005-01-05 22:19:44 +0000
committerjhb <jhb@FreeBSD.org>2005-01-05 22:19:44 +0000
commit3ec0dff7ad7566c73f4fc3e43b3120acdae74fdb (patch)
tree2065f01a2c26ba653ecc3487d355c7dcb1791690 /sys/i386
parentbd77e02714a1df01009c3db711eb95761b5963b4 (diff)
downloadFreeBSD-src-3ec0dff7ad7566c73f4fc3e43b3120acdae74fdb.zip
FreeBSD-src-3ec0dff7ad7566c73f4fc3e43b3120acdae74fdb.tar.gz
- Move the function prototypes for kern_setrlimit() and kern_wait() to
sys/syscallsubr.h where all the other kern_foo() prototypes live. - Resort kern_execve() while I'm there.
Diffstat (limited to 'sys/i386')
-rw-r--r--sys/i386/ibcs2/ibcs2_misc.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/i386/ibcs2/ibcs2_misc.c b/sys/i386/ibcs2/ibcs2_misc.c
index 618fce6..0f7f3a9 100644
--- a/sys/i386/ibcs2/ibcs2_misc.c
+++ b/sys/i386/ibcs2/ibcs2_misc.c
@@ -72,6 +72,7 @@ __FBSDID("$FreeBSD$");
#include <sys/resourcevar.h>
#include <sys/stat.h>
#include <sys/sysctl.h>
+#include <sys/syscallsubr.h>
#include <sys/sysproto.h>
#include <sys/time.h>
#include <sys/times.h>
OpenPOWER on IntegriCloud