summaryrefslogtreecommitdiff
path: root/sys/compat/linux/multiarch/linux_socketcall.c
diff options
context:
space:
mode:
authorfvdl <fvdl@NetBSD.org>1995-06-22 21:34:27 +0000
committerfvdl <fvdl@NetBSD.org>1995-06-22 21:34:27 +0000
commitc4aaa6000c892a6923310fc7240c7ef993373389 (patch)
treea6b97d6f2335f03d44223f86b471af42aab549bf /sys/compat/linux/multiarch/linux_socketcall.c
parent4a10f838e72a01bcebce610aa4843d7c35a41c7a (diff)
* Changed to use generic ELF code from kern/exec_elf.c (which was taken
from the svr4 exec code plus the linux compat mods) * Include file change * Add multicast sockopts (from John Brezak)
Diffstat (limited to 'sys/compat/linux/multiarch/linux_socketcall.c')
-rw-r--r--sys/compat/linux/multiarch/linux_socketcall.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/compat/linux/multiarch/linux_socketcall.c b/sys/compat/linux/multiarch/linux_socketcall.c
index 0e05f602189..7d389f6d25f 100644
--- a/sys/compat/linux/multiarch/linux_socketcall.c
+++ b/sys/compat/linux/multiarch/linux_socketcall.c
@@ -1,4 +1,4 @@
-/* $NetBSD: linux_socketcall.c,v 1.7 1995/05/28 10:20:46 mycroft Exp $ */
+/* $NetBSD: linux_socketcall.c,v 1.8 1995/06/22 21:34:40 fvdl Exp $ */
/*
* Copyright (c) 1995 Frank van der Linden
@@ -50,6 +50,7 @@
#include <sys/proc.h>
#include <sys/vnode.h>
#include <sys/device.h>
+#include <sys/exec.h>
#include <sys/syscallargs.h>