diff options
| author | itohy <itohy@NetBSD.org> | 1998-12-15 19:31:30 +0000 |
|---|---|---|
| committer | itohy <itohy@NetBSD.org> | 1998-12-15 19:31:30 +0000 |
| commit | 0c080222db9ff62f0076d1fa1daa1f571134de54 (patch) | |
| tree | dbd66849144e7361b5d17e429d9ab9da904fa547 /sys/compat/linux/common/linux_socket.h | |
| parent | e0f218ab089473590410b4b12348db9749a105b0 (diff) | |
Added linux compat support on m68k ports.
Diffstat (limited to 'sys/compat/linux/common/linux_socket.h')
| -rw-r--r-- | sys/compat/linux/common/linux_socket.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/compat/linux/common/linux_socket.h b/sys/compat/linux/common/linux_socket.h index 15e33d998d7..2b2cc7b7b2e 100644 --- a/sys/compat/linux/common/linux_socket.h +++ b/sys/compat/linux/common/linux_socket.h @@ -1,4 +1,4 @@ -/* $NetBSD: linux_socket.h,v 1.6 1998/10/04 00:02:43 fvdl Exp $ */ +/* $NetBSD: linux_socket.h,v 1.7 1998/12/15 19:31:40 itohy Exp $ */ /*- * Copyright (c) 1995, 1998 The NetBSD Foundation, Inc. @@ -125,6 +125,8 @@ #if defined(__i386__) #include <compat/linux/arch/i386/linux_socket.h> +#elif defined(__m68k__) +#include <compat/linux/arch/m68k/linux_socket.h> #elif defined(__alpha__) #include <compat/linux/arch/alpha/linux_socket.h> #else |
