summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2015-08-25 11:50:15 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2015-08-25 11:50:15 +0000
commit30a8e8a0004ce55b7d1d4ca38cf33ac42b61414d (patch)
tree165bed8948e6a2abbbff665b142a923a2a34fcb4
parent3ee9204d778f13a2ede840b7f3bd73e5bc84c822 (diff)
correct #if/#endif guard comment
-rw-r--r--sys/netinet/ip_ipsp.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/netinet/ip_ipsp.h b/sys/netinet/ip_ipsp.h
index 27a3118ca5f..f34cea673d7 100644
--- a/sys/netinet/ip_ipsp.h
+++ b/sys/netinet/ip_ipsp.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: ip_ipsp.h,v 1.171 2015/07/17 18:31:08 blambert Exp $ */
+/* $OpenBSD: ip_ipsp.h,v 1.172 2015/08/25 11:50:14 deraadt Exp $ */
/*
* The authors of this code are John Ioannidis (ji@tla.org),
* Angelos D. Keromytis (kermit@csd.uch.gr),
@@ -490,7 +490,7 @@ void ip4_input(struct mbuf *, ...);
#ifdef INET6
int ip4_input6(struct mbuf **, int *, int);
-#endif /* INET */
+#endif /* INET6 */
/* XF_AH */
int ah_attach(void);