From cf70cc28c7f4cbc37c7273355cfc99c14e1efb2b Mon Sep 17 00:00:00 2001 From: hwr Date: Mon, 14 Sep 1998 21:15:56 +0000 Subject: [PATCH] Typo. :( --- sys/netinet/in.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/netinet/in.h b/sys/netinet/in.h index 80efd2b5b738..68d9ce972685 100644 --- a/sys/netinet/in.h +++ b/sys/netinet/in.h @@ -1,4 +1,4 @@ -/* $NetBSD: in.h,v 1.38 1998/09/14 21:09:51 hwr Exp $ */ +/* $NetBSD: in.h,v 1.39 1998/09/14 21:15:56 hwr Exp $ */ /* * Copyright (c) 1982, 1986, 1990, 1993 @@ -61,7 +61,7 @@ #define IPPROTO_ESP 50 /* encap. security payload */ #define IPPROTO_AH 51 /* authentication header */ #define IPPROTO_MOBILE 55 /* IP Mobility RFC 2004 */ -#define IPPROTO_IPV6-ICMP 58 /* IPv6 ICMP */ +#define IPPROTO_IPV6_ICMP 58 /* IPv6 ICMP */ #define IPPROTO_EON 80 /* ISO cnlp */ #define IPPROTO_ENCAP 98 /* encapsulation header */ #define IPPROTO_PIM 103 /* Protocol indep. multicast */