summaryrefslogtreecommitdiffstats
path: root/sys/i386
diff options
context:
space:
mode:
authordchagin <dchagin@FreeBSD.org>2009-05-07 09:39:20 +0000
committerdchagin <dchagin@FreeBSD.org>2009-05-07 09:39:20 +0000
commit010f4da5f86e181aee65d68d0e2c7ae96f3cc7ef (patch)
tree82b0d56bc6e82df7b55b5e78b1f0d0d762bd01ec /sys/i386
parent3ce50871ce9326b57e479bd87070622c222b9519 (diff)
downloadFreeBSD-src-010f4da5f86e181aee65d68d0e2c7ae96f3cc7ef.zip
FreeBSD-src-010f4da5f86e181aee65d68d0e2c7ae96f3cc7ef.tar.gz
To avoid excessive code duplication move MI definitions to the MI
header file. As it is defined in Linux. Approved by: kib (mentor) MFC after: 1 month
Diffstat (limited to 'sys/i386')
-rw-r--r--sys/i386/linux/linux.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/sys/i386/linux/linux.h b/sys/i386/linux/linux.h
index ca01c89..132e431 100644
--- a/sys/i386/linux/linux.h
+++ b/sys/i386/linux/linux.h
@@ -645,14 +645,6 @@ union l_semun {
#define LINUX_SENDMSG 16
#define LINUX_RECVMSG 17
-#define LINUX_AF_UNSPEC 0
-#define LINUX_AF_UNIX 1
-#define LINUX_AF_INET 2
-#define LINUX_AF_AX25 3
-#define LINUX_AF_IPX 4
-#define LINUX_AF_APPLETALK 5
-#define LINUX_AF_INET6 10
-
#define LINUX_SOL_SOCKET 1
#define LINUX_SOL_IP 0
#define LINUX_SOL_IPX 256
OpenPOWER on IntegriCloud