From 23a75ce8ceba33d26b000a0023c68b7cd41f3d8c Mon Sep 17 00:00:00 2001 From: angelos Date: Fri, 22 Sep 2000 17:51:46 +0000 Subject: Move the PI_MAGIC define outside the INET6 ifdef block (doh!) --- sys/netinet/udp_usrreq.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'sys/netinet/udp_usrreq.c') diff --git a/sys/netinet/udp_usrreq.c b/sys/netinet/udp_usrreq.c index 1c4d2fa888f..ce62b662b5e 100644 --- a/sys/netinet/udp_usrreq.c +++ b/sys/netinet/udp_usrreq.c @@ -1,4 +1,4 @@ -/* $OpenBSD: udp_usrreq.c,v 1.48 2000/09/19 03:21:00 angelos Exp $ */ +/* $OpenBSD: udp_usrreq.c,v 1.49 2000/09/22 17:51:46 angelos Exp $ */ /* $NetBSD: udp_usrreq.c,v 1.28 1996/03/16 23:54:03 christos Exp $ */ /* @@ -91,11 +91,11 @@ didn't get a copy, you may request one from . #include #include -#define PI_MAGIC 0xdeadbeef /* XXX the horror! */ - extern int ip6_defhlim; #endif /* INET6 */ +#define PI_MAGIC 0xdeadbeef /* XXX the horror! */ + /* * UDP protocol implementation. * Per RFC 768, August, 1980. -- cgit v1.2.3-59-g8ed1b