Defopt SYSVMSG, SYSVSEM and SYSVSHM.

This commit is contained in:
tron 1998-10-19 22:43:00 +00:00
parent 79239684ae
commit 597d72777a
2 changed files with 6 additions and 2 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: svr4_ipc.c,v 1.6 1998/10/03 19:43:27 eeh Exp $ */
/* $NetBSD: svr4_ipc.c,v 1.7 1998/10/19 22:43:00 tron Exp $ */
/*-
* Copyright (c) 1995 The NetBSD Foundation, Inc.
@ -36,6 +36,8 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
#include "opt_sysv.h"
#include <sys/types.h>
#include <sys/param.h>
#include <sys/kernel.h>

View File

@ -1,4 +1,4 @@
$NetBSD: syscalls.master,v 1.36 1998/10/04 16:21:58 christos Exp $
$NetBSD: syscalls.master,v 1.37 1998/10/19 22:43:00 tron Exp $
; @(#)syscalls.master 8.1 (Berkeley) 7/19/93
@ -31,6 +31,8 @@
; #ifdef's, etc. may be included, and are copied to the output files.
; #include's are copied to the syscall names and switch definition files only.
#include "opt_sysv.h"
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/signal.h>