summaryrefslogtreecommitdiffstats
path: root/freebsd/sys/netinet6/ip6protosw.h
diff options
context:
space:
mode:
Diffstat (limited to 'freebsd/sys/netinet6/ip6protosw.h')
-rw-r--r--freebsd/sys/netinet6/ip6protosw.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/freebsd/sys/netinet6/ip6protosw.h b/freebsd/sys/netinet6/ip6protosw.h
index ebb38c8d..1fae44c8 100644
--- a/freebsd/sys/netinet6/ip6protosw.h
+++ b/freebsd/sys/netinet6/ip6protosw.h
@@ -62,8 +62,8 @@
* $FreeBSD$
*/
-#ifndef _NETINET6_IP6PROTOSW_HH_
-#define _NETINET6_IP6PROTOSW_HH_
+#ifndef _NETINET6_IP6PROTOSW_H_
+#define _NETINET6_IP6PROTOSW_H_
/*
* Protocol switch table for IPv6.
@@ -145,4 +145,4 @@ struct ip6protosw {
extern struct ip6protosw inet6sw[];
#endif
-#endif /* !_NETINET6_IP6PROTOSW_HH_ */
+#endif /* !_NETINET6_IP6PROTOSW_H_ */