summaryrefslogtreecommitdiffstats
path: root/sys/i386/linux/linux_ipc.c
diff options
context:
space:
mode:
authorwollman <wollman@FreeBSD.org>1996-01-05 19:52:49 +0000
committerwollman <wollman@FreeBSD.org>1996-01-05 19:52:49 +0000
commita37f9619e56b405232d5dcd14116e716283c690b (patch)
treeb65794eefb9aa5b7dd638829581ff7d90bace4ff /sys/i386/linux/linux_ipc.c
parent3ec7e2cb2718e147729cdbf3debb9ec39bde1d0d (diff)
downloadFreeBSD-src-a37f9619e56b405232d5dcd14116e716283c690b.zip
FreeBSD-src-a37f9619e56b405232d5dcd14116e716283c690b.tar.gz
The Linux emulator depends on SYSV IPC but doesn't actually reference
the options.
Diffstat (limited to 'sys/i386/linux/linux_ipc.c')
-rw-r--r--sys/i386/linux/linux_ipc.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/i386/linux/linux_ipc.c b/sys/i386/linux/linux_ipc.c
index 4973c8d..9d7a972 100644
--- a/sys/i386/linux/linux_ipc.c
+++ b/sys/i386/linux/linux_ipc.c
@@ -25,9 +25,11 @@
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
- * $Id: linux_ipc.c,v 1.3 1995/12/15 05:07:20 peter Exp $
+ * $Id: linux_ipc.c,v 1.4 1995/12/29 22:12:14 sos Exp $
*/
+#include "opt_sysvipc.h"
+
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/sysproto.h>
OpenPOWER on IntegriCloud