aboutsummaryrefslogtreecommitdiff
path: root/sys/compat/svr4/svr4_socket.c
diff options
context:
space:
mode:
authorMark Newton <newton@FreeBSD.org>1999-12-08 10:51:17 +0000
committerMark Newton <newton@FreeBSD.org>1999-12-08 10:51:17 +0000
commit6d6fd92936c17efcf5e8cb48fda9184f1249ca0f (patch)
tree2da9f877be42623cbdd58c5750ea7e67fece1728 /sys/compat/svr4/svr4_socket.c
parent2ac0d0a1f7c0ccf73facaa7d05bce5a625b26c0f (diff)
downloadsrc-6d6fd92936c17efcf5e8cb48fda9184f1249ca0f.tar.gz
src-6d6fd92936c17efcf5e8cb48fda9184f1249ca0f.zip
SVR4 emulator source files now take their compilation options from
opt_global.h and opt_svr4.h, instead of from the command line. This brings them in-line with most of the rest of the kernel. svr4_ioctl.c has also failed to compile with debugging for a while now; fixed by adding systm.h and socketvar. Some svr4 source files are automatically generated from syscalls.master; these have been committed as consequential changes, otherwise everyone will have to "make svr4_sysent.c". Changes: sys/svr4/svr4.h include opt_global.h and opt_svr4.h sys/svr4/svr4_ioctl.c include svr4.h, sys/systm.h and sys/socketvar.h sys/svr4/svr4_ipc.c include svr4.h sys/svr4/svr4_resource.c include svr4.h sys/svr4/svr4_socket.c include svr4.h sys/svr4/svr4_ttold.c include svr4.h sys/svr4/syscalls.master include svr4.h sys/svr4/svr4_syscallnames.c dependent on syscalls.master sys/svr4/svr4_sysent.c dependent on syscalls.master sys/svr4/svr4_syscall.h dependent on syscalls.master sys/svr4/svr4_proto.h dependent on syscalls.master sys/modules/svr4/Makefile create opt_global.h and opt_svr4.h
Notes
Notes: svn path=/head/; revision=54300
Diffstat (limited to 'sys/compat/svr4/svr4_socket.c')
-rw-r--r--sys/compat/svr4/svr4_socket.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/compat/svr4/svr4_socket.c b/sys/compat/svr4/svr4_socket.c
index 1bcd92da605c..ea172e947cf2 100644
--- a/sys/compat/svr4/svr4_socket.c
+++ b/sys/compat/svr4/svr4_socket.c
@@ -55,6 +55,7 @@
#include <sys/proc.h>
#include <sys/malloc.h>
+#include <svr4/svr4.h>
#include <svr4/svr4_types.h>
#include <svr4/svr4_util.h>
#include <svr4/svr4_socket.h>