diff options
author | obrien <obrien@FreeBSD.org> | 2000-11-01 19:48:35 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2000-11-01 19:48:35 +0000 |
commit | c4a9f49ba81d429e0feff56ed0c369ee75bab7b1 (patch) | |
tree | d039f70072813e8e96b52f7181c2fac067d06538 /sys/compat/linux/linux_ipc.c | |
parent | 3b7fec2c029d84c4e95227989dcc1ab64814798e (diff) | |
download | FreeBSD-src-c4a9f49ba81d429e0feff56ed0c369ee75bab7b1.zip FreeBSD-src-c4a9f49ba81d429e0feff56ed0c369ee75bab7b1.tar.gz |
The MI/MD split wasn't perfect and the MI files need hacks for the
AlphaLinux compat bits. This will be better cleaned up soon.
Agreed to what ever was necessary by: marcel
Diffstat (limited to 'sys/compat/linux/linux_ipc.c')
-rw-r--r-- | sys/compat/linux/linux_ipc.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sys/compat/linux/linux_ipc.c b/sys/compat/linux/linux_ipc.c index 48e13d5..b5e5381 100644 --- a/sys/compat/linux/linux_ipc.c +++ b/sys/compat/linux/linux_ipc.c @@ -36,7 +36,11 @@ #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> |