diff options
Diffstat (limited to 'sys')
-rw-r--r-- | sys/sys/bitstring.h | 6 |
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_ */ |