diff options
author | wollman <wollman@FreeBSD.org> | 1996-01-05 19:52:49 +0000 |
---|---|---|
committer | wollman <wollman@FreeBSD.org> | 1996-01-05 19:52:49 +0000 |
commit | a37f9619e56b405232d5dcd14116e716283c690b (patch) | |
tree | b65794eefb9aa5b7dd638829581ff7d90bace4ff /sys/compat/linux/linux_ipc.c | |
parent | 3ec7e2cb2718e147729cdbf3debb9ec39bde1d0d (diff) | |
download | FreeBSD-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/compat/linux/linux_ipc.c')
-rw-r--r-- | sys/compat/linux/linux_ipc.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/compat/linux/linux_ipc.c b/sys/compat/linux/linux_ipc.c index 4973c8d..9d7a972 100644 --- a/sys/compat/linux/linux_ipc.c +++ b/sys/compat/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> |