Somehow managed to miss these four files when converting the SYSV IPC

options over to the new style.
This commit is contained in:
Garrett Wollman 1996-01-05 16:38:03 +00:00
parent 661104e49c
commit 511b67b70c
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=13255
4 changed files with 12 additions and 4 deletions

View File

@ -1,4 +1,4 @@
/* $Id$ */
/* $Id: sysv_ipc.c,v 1.1 1994/09/13 14:46:55 dfr Exp $ */
/* $NetBSD: sysv_ipc.c,v 1.7 1994/06/29 06:33:11 cgd Exp $ */
/*
@ -31,6 +31,8 @@
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
#include "opt_sysvipc.h"
#include <sys/param.h>
#include <sys/kernel.h>
#include <sys/proc.h>

View File

@ -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>

View File

@ -1,4 +1,4 @@
/* $Id: sysv_sem.c,v 1.13 1995/12/27 15:24:19 joerg Exp $ */
/* $Id: sysv_sem.c,v 1.14 1995/12/28 01:31:38 jkh Exp $ */
/*
* Implementation of SVID semaphores
@ -8,6 +8,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>

View File

@ -1,4 +1,4 @@
/* $Id: sysv_shm.c,v 1.15 1995/12/15 05:00:31 peter Exp $ */
/* $Id: sysv_shm.c,v 1.16 1995/12/26 16:03:32 joerg Exp $ */
/* $NetBSD: sysv_shm.c,v 1.23 1994/07/04 23:25:12 glass Exp $ */
/*
@ -31,6 +31,8 @@
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
#include "opt_sysvipc.h"
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/sysproto.h>