Defopt SYSVMSG, SYSVSEM and SYSVSHM.
This commit is contained in:
parent
79239684ae
commit
597d72777a
@ -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>
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user