summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2013-10-25 02:53:32 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2013-10-25 02:53:32 +0000
commitbb7104b7a8ebfa43a9b8ec16f8605980719dd152 (patch)
treeb539b73a909f809dae432a63ea35965380f5c328 /sys
parent264b75f971a98cde78810312b003e3e4440e33dd (diff)
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!)
Diffstat (limited to 'sys')
-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_ */