From 251ef5bb61a45ad71fa299e66913a168f76498ab Mon Sep 17 00:00:00 2001 From: Sam Leffler Date: Mon, 14 Mar 1983 02:22:57 -0800 Subject: [PATCH] typo SCCS-vsn: sys/netinet/in_local.h 4.2 --- usr/src/sys/netinet/in_local.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/usr/src/sys/netinet/in_local.h b/usr/src/sys/netinet/in_local.h index 86b7e3bcb9..7983174a20 100644 --- a/usr/src/sys/netinet/in_local.h +++ b/usr/src/sys/netinet/in_local.h @@ -1,4 +1,4 @@ -/* in_local.h 4.1 83/03/13 */ +/* in_local.h 4.2 83/03/13 */ /* * Internet definitions and variables @@ -34,5 +34,5 @@ #define CLASSA_LOCALHOSTMAP(h, in) \ (in) & 0x800000 ? (h) & ~0xef0000 : (h) #define CLASSB_LOCALHOSTMAP(h, in) \ - (in) & 0x8000 ? (n) & ~0xef00 : (h) + (in) & 0x8000 ? (h) & ~0xef00 : (h) #define CLASSC_LOCALHOSTMAP(h, in) (h) -- 2.20.1