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

@@ -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 */