From 597d72777a5dae16324707947d3e37bb1e6a4025 Mon Sep 17 00:00:00 2001 From: tron Date: Mon, 19 Oct 1998 22:43:00 +0000 Subject: [PATCH] Defopt SYSVMSG, SYSVSEM and SYSVSHM. --- sys/compat/svr4/svr4_ipc.c | 4 +++- sys/compat/svr4/syscalls.master | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/sys/compat/svr4/svr4_ipc.c b/sys/compat/svr4/svr4_ipc.c index 35683c4cd9d9..8477537406da 100644 --- a/sys/compat/svr4/svr4_ipc.c +++ b/sys/compat/svr4/svr4_ipc.c @@ -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 #include #include diff --git a/sys/compat/svr4/syscalls.master b/sys/compat/svr4/syscalls.master index 2e8a42ee68e7..0a4fb037d30b 100644 --- a/sys/compat/svr4/syscalls.master +++ b/sys/compat/svr4/syscalls.master @@ -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 #include #include