summaryrefslogtreecommitdiffstats
path: root/freebsd/sys/netinet/tcp_debug.h
diff options
context:
space:
mode:
Diffstat (limited to 'freebsd/sys/netinet/tcp_debug.h')
-rw-r--r--freebsd/sys/netinet/tcp_debug.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/freebsd/sys/netinet/tcp_debug.h b/freebsd/sys/netinet/tcp_debug.h
index 0c103958..c4d38da9 100644
--- a/freebsd/sys/netinet/tcp_debug.h
+++ b/freebsd/sys/netinet/tcp_debug.h
@@ -30,8 +30,8 @@
* $FreeBSD$
*/
-#ifndef _NETINET_TCP_DEBUG_HH_
-#define _NETINET_TCP_DEBUG_HH_
+#ifndef _NETINET_TCP_DEBUG_H_
+#define _NETINET_TCP_DEBUG_H_
struct tcp_debug {
uint32_t td_time; /* network format */
@@ -77,4 +77,4 @@ struct tcp_debug tcp_debug[TCP_NDEBUG];
int tcp_debx;
#endif
-#endif /* !_NETINET_TCP_DEBUG_HH_ */
+#endif /* !_NETINET_TCP_DEBUG_H_ */