mirror of
https://gitlab.freedesktop.org/libbsd/libbsd.git
synced 2025-10-15 07:14:50 +02:00
Namespace header inclusion protection macros
Use LIBBSD_, and remove trailing underscores.
This commit is contained in:
@@ -38,8 +38,8 @@
|
||||
* $FreeBSD$
|
||||
*/
|
||||
|
||||
#ifndef _TIMECONV_H_
|
||||
#define _TIMECONV_H_
|
||||
#ifndef LIBBSD_TIMECONV_H
|
||||
#define LIBBSD_TIMECONV_H
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
#include <stdint.h>
|
||||
@@ -54,4 +54,4 @@ time_t _long_to_time(long tlong);
|
||||
int _time_to_int(time_t t);
|
||||
time_t _int_to_time(int tint);
|
||||
|
||||
#endif /* _TIMECONV_H_ */
|
||||
#endif /* LIBBSD_TIMECONV_H */
|
||||
|
Reference in New Issue
Block a user