diff options
| author | Poul-Henning Kamp <phk@FreeBSD.org> | 2003-06-13 19:40:13 +0000 |
|---|---|---|
| committer | Poul-Henning Kamp <phk@FreeBSD.org> | 2003-06-13 19:40:13 +0000 |
| commit | 24e08b26f0adbce610b382ac7a651a8a36d1e915 (patch) | |
| tree | 41524a45aaec20e645ecdf03b62efb269e0bce9a /sys | |
| parent | fca737117ab7daba9a20b6d1e8457335fc13cd1f (diff) | |
Notes
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 eafdba18b0987..e1e958a43393b 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_ */ |
