summaryrefslogtreecommitdiffstats
path: root/sys/compat/svr4/svr4_resource.c
diff options
context:
space:
mode:
authornewton <newton@FreeBSD.org>1999-12-08 10:51:17 +0000
committernewton <newton@FreeBSD.org>1999-12-08 10:51:17 +0000
commit802528d8ff1b0f5e6eb9e269e754a3f677532993 (patch)
tree4231d7e991200ad1e29281090ac6e115bd2491df /sys/compat/svr4/svr4_resource.c
parent69d6534e2aea10d15640d7ffe048e3fc4cc6dd09 (diff)
downloadFreeBSD-src-802528d8ff1b0f5e6eb9e269e754a3f677532993.zip
FreeBSD-src-802528d8ff1b0f5e6eb9e269e754a3f677532993.tar.gz
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
Diffstat (limited to 'sys/compat/svr4/svr4_resource.c')
-rw-r--r--sys/compat/svr4/svr4_resource.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/compat/svr4/svr4_resource.c b/sys/compat/svr4/svr4_resource.c
index 7c39f44..1e5e8fd 100644
--- a/sys/compat/svr4/svr4_resource.c
+++ b/sys/compat/svr4/svr4_resource.c
@@ -79,6 +79,7 @@
#include <sys/resource.h>
#include <sys/resourcevar.h>
+#include <svr4/svr4.h>
#include <svr4/svr4_types.h>
#include <svr4/svr4_resource.h>
#include <svr4/svr4_signal.h>
OpenPOWER on IntegriCloud