summaryrefslogtreecommitdiffstats
path: root/sys/i386/svr4
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>2000-01-08 19:56:03 +0000
committerbde <bde@FreeBSD.org>2000-01-08 19:56:03 +0000
commit8e2cc0f4fff1a414b4ea5a0d27d1a6eb8ba303ef (patch)
tree900a46657b32ba9a84bb2f4b133a8eb8a23adca1 /sys/i386/svr4
parent79cf6b7201f885e6d8c711b143ce86c42acab4a3 (diff)
downloadFreeBSD-src-8e2cc0f4fff1a414b4ea5a0d27d1a6eb8ba303ef.zip
FreeBSD-src-8e2cc0f4fff1a414b4ea5a0d27d1a6eb8ba303ef.tar.gz
Include <stddef.h> here so that <sys/assym.h> can be unpolluted.
Include <sys/param.h> before <sys/assym.h> in case any of the magic in the former is ever needed in the latter. Removed an unused forward declaration and an unused include.
Diffstat (limited to 'sys/i386/svr4')
-rw-r--r--sys/i386/svr4/svr4_genassym.c7
1 files changed, 3 insertions, 4 deletions
diff --git a/sys/i386/svr4/svr4_genassym.c b/sys/i386/svr4/svr4_genassym.c
index f55b5ed..126ef3e 100644
--- a/sys/i386/svr4/svr4_genassym.c
+++ b/sys/i386/svr4/svr4_genassym.c
@@ -1,12 +1,11 @@
/* $FreeBSD$ */
/* Derived from: Id: linux_genassym.c,v 1.8 1998/07/29 15:50:41 bde Exp */
-#include <sys/assym.h>
-#include <sys/param.h>
+#include <stddef.h>
-struct proc;
+#include <sys/param.h>
+#include <sys/assym.h>
-#include <svr4/svr4.h>
#include <svr4/svr4_signal.h>
#include <svr4/svr4_ucontext.h>
OpenPOWER on IntegriCloud