summaryrefslogtreecommitdiffstats
path: root/freebsd/sys/netinet/ip_divert.h
diff options
context:
space:
mode:
Diffstat (limited to 'freebsd/sys/netinet/ip_divert.h')
-rw-r--r--freebsd/sys/netinet/ip_divert.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/freebsd/sys/netinet/ip_divert.h b/freebsd/sys/netinet/ip_divert.h
index eb9b33d4..b8bcf4fb 100644
--- a/freebsd/sys/netinet/ip_divert.h
+++ b/freebsd/sys/netinet/ip_divert.h
@@ -32,8 +32,8 @@
* $FreeBSD$
*/
-#ifndef _NETINET_IP_DIVERT_HH_
-#define _NETINET_IP_DIVERT_HH_
+#ifndef _NETINET_IP_DIVERT_H_
+#define _NETINET_IP_DIVERT_H_
/*
* divert has no custom kernel-userland API.
@@ -52,4 +52,4 @@
* sin_addr = IN: address of the incoming interface;
* OUT: INADDR_ANY
*/
-#endif /* _NETINET_IP_DIVERT_HH_ */
+#endif /* _NETINET_IP_DIVERT_H_ */