summaryrefslogtreecommitdiff
path: root/sys/netipsec/ipsec_input.c
diff options
context:
space:
mode:
authorBjoern A. Zeeb <bz@FreeBSD.org>2006-12-14 17:33:46 +0000
committerBjoern A. Zeeb <bz@FreeBSD.org>2006-12-14 17:33:46 +0000
commit224c45c4f2e2e95b514efe10668c9108b4ba81ce (patch)
treee8fdc9f5c6ffd1b697328dd5664e1d6d9c821303 /sys/netipsec/ipsec_input.c
parent485720a6f8e04ebc76fc4f1fd052d7dfc9fb8938 (diff)
Notes
Diffstat (limited to 'sys/netipsec/ipsec_input.c')
-rw-r--r--sys/netipsec/ipsec_input.c2
1 files changed, 1 insertions, 1 deletions
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