diff options
author | marcel <marcel@FreeBSD.org> | 2000-11-09 07:27:55 +0000 |
---|---|---|
committer | marcel <marcel@FreeBSD.org> | 2000-11-09 07:27:55 +0000 |
commit | 7980b37e09111f86fa7b0583f6a2e79e6434a0b0 (patch) | |
tree | 2005f0cf9f1c895ab691317b7d3a8f7186be4f97 /sys/compat/linux/linux_ipc.c | |
parent | ca4f508b6619fdac095ed9664f0108c037f508d1 (diff) | |
download | FreeBSD-src-7980b37e09111f86fa7b0583f6a2e79e6434a0b0.zip FreeBSD-src-7980b37e09111f86fa7b0583f6a2e79e6434a0b0.tar.gz |
Sync with Alpha:
Do not use sysent.c, proto.h and syscall.h in source tree;
use auto-generated versions.
Diffstat (limited to 'sys/compat/linux/linux_ipc.c')
-rw-r--r-- | sys/compat/linux/linux_ipc.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/sys/compat/linux/linux_ipc.c b/sys/compat/linux/linux_ipc.c index 37b5ed5..7a6fc8c 100644 --- a/sys/compat/linux/linux_ipc.c +++ b/sys/compat/linux/linux_ipc.c @@ -36,11 +36,7 @@ #include <sys/shm.h> #include <machine/../linux/linux.h> -#ifdef __alpha__ #include <linux_proto.h> -#else -#include <machine/../linux/linux_proto.h> -#endif #include <compat/linux/linux_ipc.h> #include <compat/linux/linux_util.h> |