diff options
author | wollman <wollman@FreeBSD.org> | 1996-01-05 16:38:03 +0000 |
---|---|---|
committer | wollman <wollman@FreeBSD.org> | 1996-01-05 16:38:03 +0000 |
commit | deecebe665fc2c2cd7cbe4b443490e9ccaa086bf (patch) | |
tree | e1c4913138e7e4efa338e9e006abbed6bb0ea02b /sys/kern/sysv_msg.c | |
parent | c86b19ea0a1e258075c39188c1c10737950159d4 (diff) | |
download | FreeBSD-src-deecebe665fc2c2cd7cbe4b443490e9ccaa086bf.zip FreeBSD-src-deecebe665fc2c2cd7cbe4b443490e9ccaa086bf.tar.gz |
Somehow managed to miss these four files when converting the SYSV IPC
options over to the new style.
Diffstat (limited to 'sys/kern/sysv_msg.c')
-rw-r--r-- | sys/kern/sysv_msg.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/kern/sysv_msg.c b/sys/kern/sysv_msg.c index 4329393..36bdbf3 100644 --- a/sys/kern/sysv_msg.c +++ b/sys/kern/sysv_msg.c @@ -1,4 +1,4 @@ -/* $Id: sysv_msg.c,v 1.10 1995/12/14 08:31:51 phk Exp $ */ +/* $Id: sysv_msg.c,v 1.11 1995/12/15 05:00:27 peter Exp $ */ /* * Implementation of SVID messages @@ -19,6 +19,8 @@ * This software is provided ``AS IS'' without any warranties of any kind. */ +#include "opt_sysvipc.h" + #include <sys/param.h> #include <sys/systm.h> #include <sys/sysproto.h> |