mirror of
https://gitlab.freedesktop.org/libbsd/libbsd.git
synced 2025-10-15 15:16:53 +02:00
Namespace header inclusion protection macros
Use LIBBSD_, and remove trailing underscores.
This commit is contained in:
@@ -36,8 +36,8 @@
|
||||
* $FreeBSD: src/lib/libutil/libutil.h,v 1.47 2008/04/23 00:49:12 scf Exp $
|
||||
*/
|
||||
|
||||
#ifndef _LIBUTIL_H_
|
||||
#define _LIBUTIL_H_
|
||||
#ifndef LIBBSD_LIBUTIL_H
|
||||
#define LIBBSD_LIBUTIL_H
|
||||
|
||||
#include <features.h>
|
||||
#include <sys/cdefs.h>
|
||||
@@ -86,4 +86,4 @@ __END_DECLS
|
||||
#define FPARSELN_UNESCREST 0x08
|
||||
#define FPARSELN_UNESCALL 0x0f
|
||||
|
||||
#endif /* !_LIBUTIL_H_ */
|
||||
#endif /* !LIBBSD_LIBUTIL_H */
|
||||
|
Reference in New Issue
Block a user