summaryrefslogtreecommitdiffstats
path: root/sys/vm/vm_glue.c
diff options
context:
space:
mode:
authorwollman <wollman@FreeBSD.org>1996-01-04 20:29:06 +0000
committerwollman <wollman@FreeBSD.org>1996-01-04 20:29:06 +0000
commit073b9e3f1cf7ec63651de6ad336031854aee5eb7 (patch)
tree2411626ed7374334e784e96be191a5310d065b4c /sys/vm/vm_glue.c
parenteaa960586ee654591bb60ce2bc4dd4a2259d2183 (diff)
downloadFreeBSD-src-073b9e3f1cf7ec63651de6ad336031854aee5eb7.zip
FreeBSD-src-073b9e3f1cf7ec63651de6ad336031854aee5eb7.tar.gz
Convert SYSV IPC to new-style options. (I hope I got everything...)
The LKMs will need an extra file, to come later.
Diffstat (limited to 'sys/vm/vm_glue.c')
-rw-r--r--sys/vm/vm_glue.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/vm/vm_glue.c b/sys/vm/vm_glue.c
index e6e0ffc..71648ca 100644
--- a/sys/vm/vm_glue.c
+++ b/sys/vm/vm_glue.c
@@ -59,9 +59,11 @@
* any improvements or extensions that they make and grant Carnegie the
* rights to redistribute these changes.
*
- * $Id: vm_glue.c,v 1.32 1995/12/07 12:48:11 davidg Exp $
+ * $Id: vm_glue.c,v 1.33 1995/12/14 09:54:57 phk Exp $
*/
+#include "opt_sysvipc.h"
+
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/proc.h>
OpenPOWER on IntegriCloud