diff options
| author | christos <christos@NetBSD.org> | 1995-06-24 20:20:04 +0000 |
|---|---|---|
| committer | christos <christos@NetBSD.org> | 1995-06-24 20:20:04 +0000 |
| commit | 6b95b513b092f243379fed007052efe01c31ead9 (patch) | |
| tree | 1ba1a2772dd1bf9bf291d89dee42484fa8415312 /sys/compat/linux/common/linux_socketcall.c | |
| parent | 3a3aa6407e36fcd27b2fd3c28b6e08ae8580c624 (diff) | |
Use compat_util.[ch].
Diffstat (limited to 'sys/compat/linux/common/linux_socketcall.c')
| -rw-r--r-- | sys/compat/linux/common/linux_socketcall.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/compat/linux/common/linux_socketcall.c b/sys/compat/linux/common/linux_socketcall.c index 7d389f6d25f..e0563a4b5a0 100644 --- a/sys/compat/linux/common/linux_socketcall.c +++ b/sys/compat/linux/common/linux_socketcall.c @@ -1,4 +1,4 @@ -/* $NetBSD: linux_socketcall.c,v 1.8 1995/06/22 21:34:40 fvdl Exp $ */ +/* $NetBSD: linux_socketcall.c,v 1.9 1995/06/24 20:20:33 christos Exp $ */ /* * Copyright (c) 1995 Frank van der Linden @@ -50,7 +50,6 @@ #include <sys/proc.h> #include <sys/vnode.h> #include <sys/device.h> -#include <sys/exec.h> #include <sys/syscallargs.h> |
