summaryrefslogtreecommitdiffstats
path: root/sys/sys/socket.h
diff options
context:
space:
mode:
authorhenning <henning@openbsd.org>2005-03-22 12:22:00 +0000
committerhenning <henning@openbsd.org>2005-03-22 12:22:00 +0000
commit4679977575f5d3a8507608f4535fb634ee307cd7 (patch)
tree1e8c997b0313ec215f1bec1d864aa2532f4ca254 /sys/sys/socket.h
parent- document libgcc (diff)
downloadwireguard-openbsd-4679977575f5d3a8507608f4535fb634ee307cd7.tar.xz
wireguard-openbsd-4679977575f5d3a8507608f4535fb634ee307cd7.zip
fix a typo, don't #define PF_RTIP to something nonmexistant
nothing in our tree uses it (well, would have been spotted then) netbsd PR kern/29624 via jmc@, agreed on by claudio some time ago
Diffstat (limited to 'sys/sys/socket.h')
-rw-r--r--sys/sys/socket.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/sys/socket.h b/sys/sys/socket.h
index 5175aa09587..e087c086785 100644
--- a/sys/sys/socket.h
+++ b/sys/sys/socket.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: socket.h,v 1.49 2005/01/14 12:04:02 grange Exp $ */
+/* $OpenBSD: socket.h,v 1.50 2005/03/22 12:22:00 henning Exp $ */
/* $NetBSD: socket.h,v 1.14 1996/02/09 18:25:36 christos Exp $ */
/*
@@ -204,7 +204,7 @@ struct sockproto {
#define PF_CNT AF_CNT
#define PF_IPX AF_IPX /* same format as AF_NS */
#define PF_INET6 AF_INET6
-#define PF_RTIP pseudo_AF_FTIP /* same format as AF_INET */
+#define PF_RTIP pseudo_AF_RTIP /* same format as AF_INET */
#define PF_PIP pseudo_AF_PIP
#define PF_ISDN AF_ISDN
#define PF_NATM AF_NATM