aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulian Elischer <julian@FreeBSD.org>1998-02-25 02:35:35 +0000
committerJulian Elischer <julian@FreeBSD.org>1998-02-25 02:35:35 +0000
commit47f049d7d9e32ab8d4ae043c7cb4ea44bddd99cc (patch)
tree451091b33a98522ab7c4398f0c129fcb69fba047
parent03ceff03f624135104ce1ed1fdd735988fdd24b5 (diff)
Notes
-rw-r--r--sys/netinet/in.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/netinet/in.h b/sys/netinet/in.h
index 0d1d36307aeb..4d5467f2fc66 100644
--- a/sys/netinet/in.h
+++ b/sys/netinet/in.h
@@ -31,7 +31,7 @@
* SUCH DAMAGE.
*
* @(#)in.h 8.3 (Berkeley) 1/3/94
- * $Id: in.h,v 1.28 1998/02/16 19:23:53 guido Exp $
+ * $Id: in.h,v 1.29 1998/02/25 02:14:03 julian Exp $
*/
#ifndef _NETINET_IN_H_
@@ -126,7 +126,7 @@
#define IPPROTO_TTP 84 /* TTP */
#define IPPROTO_IGP 85 /* NSFNET-IGP */
#define IPPROTO_DGP 86 /* dissimilar gateway prot. */
-#define IPPROTO_TCP 87 /* TCF */
+#define IPPROTO_TCF 87 /* TCF */
#define IPPROTO_IGRP 88 /* Cisco/GXS IGRP */
#define IPPROTO_OSPFIGP 89 /* OSPFIGP */
#define IPPROTO_SRPC 90 /* Strite RPC protocol */