summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>2013-10-25 02:53:31 +0000
committerderaadt <deraadt@openbsd.org>2013-10-25 02:53:31 +0000
commit79ab226fa9cda0f1b278eee5825867bf5121c8b6 (patch)
tree7244e3913cf59bd82512f565e1294bdfbffbf01d
parentadd rcsids (diff)
downloadwireguard-openbsd-79ab226fa9cda0f1b278eee5825867bf5121c8b6.tar.xz
wireguard-openbsd-79ab226fa9cda0f1b278eee5825867bf5121c8b6.zip
prettier #ifdef _KERNEL, more like other files
(basically, if they are easier to compare visually for namespace issues, they they are easier to compare .... period!)
-rw-r--r--sys/netinet6/ip6_divert.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/netinet6/ip6_divert.h b/sys/netinet6/ip6_divert.h
index 42f32e5c0a6..5375dbc81d7 100644
--- a/sys/netinet6/ip6_divert.h
+++ b/sys/netinet6/ip6_divert.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: ip6_divert.h,v 1.2 2012/10/21 13:06:03 benno Exp $ */
+/* $OpenBSD: ip6_divert.h,v 1.3 2013/10/25 02:53:31 deraadt Exp $ */
/*
* Copyright (c) 2009 Michele Marchetto <michele@openbsd.org>
@@ -60,6 +60,6 @@ int divert6_output(struct mbuf *, ...);
int divert6_sysctl(int *, u_int, void *, size_t *, void *, size_t);
int divert6_usrreq(struct socket *,
int, struct mbuf *, struct mbuf *, struct mbuf *, struct proc *);
-
#endif /* _KERNEL */
+
#endif /* _IP6_DIVERT_H_ */