Defopt SYSVMSG, SYSVSEM and SYSVSHM.

This commit is contained in:
tron 1998-10-19 22:34:49 +00:00
parent 3c8085dd6e
commit 6d456ade27
2 changed files with 6 additions and 2 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: ibcs2_ipc.c,v 1.8 1998/03/05 04:36:07 scottb Exp $ */
/* $NetBSD: ibcs2_ipc.c,v 1.9 1998/10/19 22:34:49 tron Exp $ */
/*
* Copyright (c) 1995 Scott Bartram
@ -23,6 +23,8 @@
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
#include "opt_sysv.h"
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/namei.h>

View File

@ -1,4 +1,4 @@
$NetBSD: syscalls.master,v 1.16 1998/09/12 00:47:13 mycroft Exp $
$NetBSD: syscalls.master,v 1.17 1998/10/19 22:34:49 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>