Grab the sysv options.

This commit is contained in:
erh 1999-01-03 03:52:22 +00:00
parent 3ad92d6f24
commit 41590f69e2
2 changed files with 10 additions and 2 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: linux_ipc.h,v 1.4 1998/10/04 00:02:35 fvdl Exp $ */
/* $NetBSD: linux_ipc.h,v 1.5 1999/01/03 03:52:22 erh Exp $ */
/*-
* Copyright (c) 1995, 1998 The NetBSD Foundation, Inc.
@ -39,6 +39,10 @@
#ifndef _LINUX_IPC_H
#define _LINUX_IPC_H
#if defined(_KERNEL) && !defined(_LKM)
#include "opt_sysv.h"
#endif
#include <sys/ipc.h>
/*

View File

@ -1,4 +1,4 @@
/* $NetBSD: linux_ipccall.h,v 1.5 1998/10/04 00:02:35 fvdl Exp $ */
/* $NetBSD: linux_ipccall.h,v 1.6 1999/01/03 03:52:47 erh Exp $ */
/*-
* Copyright (c) 1995, 1998 The NetBSD Foundation, Inc.
@ -39,6 +39,10 @@
#ifndef _LINUX_IPCCALL_H
#define _LINUX_IPCCALL_H
#if defined(_KERNEL) && !defined(_LKM)
#include "opt_sysv.h"
#endif
/*
* All linux architectures except alpha use the sys_ipc
* syscall and need the associated defines.