diff options
author | marcel <marcel@FreeBSD.org> | 2000-11-10 21:30:19 +0000 |
---|---|---|
committer | marcel <marcel@FreeBSD.org> | 2000-11-10 21:30:19 +0000 |
commit | c3aea64316011697102c05ece8650ef2bd9fb6d8 (patch) | |
tree | 9a58b83def80d4740a0d7548e2d115daff5deb5a /sys/compat/linux/linux_socket.c | |
parent | 1add549e84091b46cdf74fefdc6113f6e42eca19 (diff) | |
download | FreeBSD-src-c3aea64316011697102c05ece8650ef2bd9fb6d8.zip FreeBSD-src-c3aea64316011697102c05ece8650ef2bd9fb6d8.tar.gz |
Revert auto-generation. The Alpha port is broken.
Syncing with it is wrong.
Diffstat (limited to 'sys/compat/linux/linux_socket.c')
-rw-r--r-- | sys/compat/linux/linux_socket.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sys/compat/linux/linux_socket.c b/sys/compat/linux/linux_socket.c index 4d8a204..2fdd3df 100644 --- a/sys/compat/linux/linux_socket.c +++ b/sys/compat/linux/linux_socket.c @@ -48,7 +48,11 @@ #include <netinet/ip.h> #include <machine/../linux/linux.h> +#ifdef __alpha__ #include <linux_proto.h> +#else +#include <machine/../linux/linux_proto.h> +#endif #include <compat/linux/linux_util.h> #ifndef __alpha__ |