summaryrefslogtreecommitdiffstats
path: root/sys/sys/bitstring.h
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2003-06-13 19:40:13 +0000
committerphk <phk@FreeBSD.org>2003-06-13 19:40:13 +0000
commit2b10e4946d34f2beac37ca5effb06d3eb6b6a8c7 (patch)
tree41524a45aaec20e645ecdf03b62efb269e0bce9a /sys/sys/bitstring.h
parentc4ee7613fb723d0e7a9cfc0902efc6036d54ad12 (diff)
downloadFreeBSD-src-2b10e4946d34f2beac37ca5effb06d3eb6b6a8c7.zip
FreeBSD-src-2b10e4946d34f2beac37ca5effb06d3eb6b6a8c7.tar.gz
Finish the repocopy of bitstring.h to sys so it can be used
from kernel code.
Diffstat (limited to 'sys/sys/bitstring.h')
-rw-r--r--sys/sys/bitstring.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/sys/bitstring.h b/sys/sys/bitstring.h
index eafdba1..e1e958a 100644
--- a/sys/sys/bitstring.h
+++ b/sys/sys/bitstring.h
@@ -36,8 +36,8 @@
* $FreeBSD$
*/
-#ifndef _BITSTRING_H_
-#define _BITSTRING_H_
+#ifndef _SYS_BITSTRING_H_
+#define _SYS_BITSTRING_H_
typedef unsigned char bitstr_t;
@@ -147,4 +147,4 @@ typedef unsigned char bitstr_t;
*(value) = _value; \
} while (0)
-#endif /* !_BITSTRING_H_ */
+#endif /* !_SYS_BITSTRING_H_ */
OpenPOWER on IntegriCloud