summaryrefslogtreecommitdiffstats
path: root/freebsd/sys/sys/refcount.h
diff options
context:
space:
mode:
Diffstat (limited to 'freebsd/sys/sys/refcount.h')
-rw-r--r--freebsd/sys/sys/refcount.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/freebsd/sys/sys/refcount.h b/freebsd/sys/sys/refcount.h
index 7cf4d47b..572a64e1 100644
--- a/freebsd/sys/sys/refcount.h
+++ b/freebsd/sys/sys/refcount.h
@@ -29,8 +29,8 @@
* $FreeBSD$
*/
-#ifndef __SYS_REFCOUNT_HH__
-#define __SYS_REFCOUNT_HH__
+#ifndef __SYS_REFCOUNT_H__
+#define __SYS_REFCOUNT_H__
#include <machine/atomic.h>
@@ -73,4 +73,4 @@ refcount_release(volatile u_int *count)
return (old == 1);
}
-#endif /* ! __SYS_REFCOUNT_HH__ */
+#endif /* ! __SYS_REFCOUNT_H__ */