Namespace header inclusion protection macros

Use LIBBSD_, and remove trailing underscores.
This commit is contained in:
Guillem Jover
2017-06-14 02:44:37 +02:00
parent 47013bc92a
commit ec5d9a685a
10 changed files with 29 additions and 29 deletions

View File

@@ -32,8 +32,8 @@
* $FreeBSD$
*/
#ifndef _SYS_BITSTRING_H_
#define _SYS_BITSTRING_H_
#ifndef LIBBSD_SYS_BITSTRING_H
#define LIBBSD_SYS_BITSTRING_H
typedef unsigned char bitstr_t;
@@ -143,4 +143,4 @@ typedef unsigned char bitstr_t;
*(value) = _value; \
} while (0)
#endif /* !_SYS_BITSTRING_H_ */
#endif /* !LIBBSD_SYS_BITSTRING_H */