summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAngelos D. Keromytis <angelos@cvs.openbsd.org>1997-07-14 03:07:22 +0000
committerAngelos D. Keromytis <angelos@cvs.openbsd.org>1997-07-14 03:07:22 +0000
commit3868888fb751ca7165ef64fbe1c916aed642e470 (patch)
treef7c9ef1ccbde6e918cd02e52783efd9b984c6676
parent7c55d0863dde7b422f67740ba162f9d07bd40984 (diff)
Fix the CTLNET order.
-rw-r--r--sys/sys/socket.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/sys/sys/socket.h b/sys/sys/socket.h
index c58869c5698..4798c11a08b 100644
--- a/sys/sys/socket.h
+++ b/sys/sys/socket.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: socket.h,v 1.16 1997/04/24 21:34:50 angelos Exp $ */
+/* $OpenBSD: socket.h,v 1.17 1997/07/14 03:07:21 angelos Exp $ */
/* $NetBSD: socket.h,v 1.14 1996/02/09 18:25:36 christos Exp $ */
/*
@@ -222,10 +222,12 @@ struct sockproto {
{ "cnt", CTLTYPE_NODE }, \
{ "rtip", CTLTYPE_NODE }, \
{ "ipx", CTLTYPE_NODE }, \
- { "sip", CTLTYPE_NODE }, \
+ { "inet6", CTLTYPE_NODE }, \
{ "pip", CTLTYPE_NODE }, \
+ { "isdn", CTLTYPE_NODE }, \
{ "natm", CTLTYPE_NODE }, \
{ "ipsec", CTLTYPE_NODE }, \
+ { "sip", CTLTYPE_NODE }, \
{ "pfkey", CTLTYPE_NODE }, \
}