From 224c45c4f2e2e95b514efe10668c9108b4ba81ce Mon Sep 17 00:00:00 2001 From: "Bjoern A. Zeeb" Date: Thu, 14 Dec 2006 17:33:46 +0000 Subject: s,#if INET6,#ifdef INET6, This unbreaks the build for FAST_IPSEC && !INET6 and was wrong anyway. Reported by: Dmitry Pryanishnikov --- sys/netipsec/ipsec_input.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/netipsec/ipsec_input.c') diff --git a/sys/netipsec/ipsec_input.c b/sys/netipsec/ipsec_input.c index ef007ef724ec..33685602e3f3 100644 --- a/sys/netipsec/ipsec_input.c +++ b/sys/netipsec/ipsec_input.c @@ -277,7 +277,7 @@ ipsec4_common_input_cb(struct mbuf *m, struct secasvar *sav, struct tdb_ident *tdbi; struct secasindex *saidx; int error; -#if INET6 +#ifdef INET6 #ifdef notyet char ip6buf[INET6_ADDRSTRLEN]; #endif -- cgit v1.3