From 5231fb205976315032c487476daccfbbb7ae8f5c Mon Sep 17 00:00:00 2001 From: "David E. O'Brien" Date: Wed, 1 Nov 2000 19:48:35 +0000 Subject: 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 --- sys/compat/linux/linux_socket.c | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'sys/compat/linux/linux_socket.c') diff --git a/sys/compat/linux/linux_socket.c b/sys/compat/linux/linux_socket.c index b7c9b7da8460..2fdd3df73886 100644 --- a/sys/compat/linux/linux_socket.c +++ b/sys/compat/linux/linux_socket.c @@ -48,9 +48,14 @@ #include #include +#ifdef __alpha__ +#include +#else #include +#endif #include +#ifndef __alpha__ static int linux_to_bsd_domain(int domain) { @@ -902,3 +907,4 @@ linux_socketcall(struct proc *p, struct linux_socketcall_args *args) uprintf("LINUX: 'socket' typ=%d not implemented\n", args->what); return (ENOSYS); } +#endif /*!__alpha__*/ -- cgit v1.3