summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorjdp <jdp@FreeBSD.org>1996-08-15 04:36:40 +0000
committerjdp <jdp@FreeBSD.org>1996-08-15 04:36:40 +0000
commitc244429aa628b07406d26d351444a51dcc59ad09 (patch)
tree202170da1ec3c6fc91286e70ca6067455b90de9f /sys
parent88f67ee7d8562db4957c76ef681e02ced574cebd (diff)
downloadFreeBSD-src-c244429aa628b07406d26d351444a51dcc59ad09.zip
FreeBSD-src-c244429aa628b07406d26d351444a51dcc59ad09.tar.gz
Fix a typo in the #define for PF_RTIP, even though I doubt it will
ever make one bit of difference to anybody.
Diffstat (limited to 'sys')
-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 ece2583..c3cc1b0 100644
--- a/sys/sys/socket.h
+++ b/sys/sys/socket.h
@@ -31,7 +31,7 @@
* SUCH DAMAGE.
*
* @(#)socket.h 8.4 (Berkeley) 2/21/94
- * $Id: socket.h,v 1.12 1996/06/14 17:22:18 wollman Exp $
+ * $Id: socket.h,v 1.13 1996/06/18 15:22:26 wollman Exp $
*/
#ifndef _SYS_SOCKET_H_
@@ -176,7 +176,7 @@ struct sockproto {
#define PF_CNT AF_CNT
#define PF_SIP AF_SIP
#define PF_IPX AF_IPX /* same format as AF_NS */
-#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_KEY pseudo_AF_KEY
OpenPOWER on IntegriCloud