diff options
Diffstat (limited to 'sys/net/pfkeyv2_convert.c')
-rw-r--r-- | sys/net/pfkeyv2_convert.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/net/pfkeyv2_convert.c b/sys/net/pfkeyv2_convert.c index c39d86fc9e6..67dc4fe6f34 100644 --- a/sys/net/pfkeyv2_convert.c +++ b/sys/net/pfkeyv2_convert.c @@ -1,4 +1,4 @@ -/* $OpenBSD: pfkeyv2_convert.c,v 1.30 2007/09/13 21:00:14 hshoexer Exp $ */ +/* $OpenBSD: pfkeyv2_convert.c,v 1.31 2008/10/22 23:04:45 mpf Exp $ */ /* * The author of this code is Angelos D. Keromytis (angelos@keromytis.org) * @@ -680,7 +680,7 @@ import_address(struct sockaddr *sa, struct sadb_address *sadb_address) break; #endif /* INET */ -#if INET6 +#ifdef INET6 case AF_INET6: salen = sizeof(struct sockaddr_in6); break; |