summaryrefslogtreecommitdiffstats
path: root/freebsd/sys/sys/bitstring.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--freebsd/sys/sys/bitstring.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/freebsd/sys/sys/bitstring.h b/freebsd/sys/sys/bitstring.h
index a2b70ba8..125ef51d 100644
--- a/freebsd/sys/sys/bitstring.h
+++ b/freebsd/sys/sys/bitstring.h
@@ -32,8 +32,8 @@
* $FreeBSD$
*/
-#ifndef _SYS_BITSTRING_HH_
-#define _SYS_BITSTRING_HH_
+#ifndef _SYS_BITSTRING_H_
+#define _SYS_BITSTRING_H_
typedef unsigned char bitstr_t;
@@ -143,4 +143,4 @@ typedef unsigned char bitstr_t;
*(value) = _value; \
} while (0)
-#endif /* !_SYS_BITSTRING_HH_ */
+#endif /* !_SYS_BITSTRING_H_ */