From 2f0af35773d9f077a8950a3aeb99a78306aeb5cc Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Sun, 13 Mar 2022 11:13:01 -0400 Subject: Rename the include guards for the recently renamed headers --- xtime.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'xtime.h') diff --git a/xtime.h b/xtime.h index 0f9adb4..ceff48f 100644 --- a/xtime.h +++ b/xtime.h @@ -1,6 +1,6 @@ /**************************************************************************** * bfs * - * Copyright (C) 2020 Tavian Barnes * + * Copyright (C) 2020-2022 Tavian Barnes * * * * Permission to use, copy, modify, and/or distribute this software for any * * purpose with or without fee is hereby granted. * @@ -18,8 +18,8 @@ * Date/time handling. */ -#ifndef BFS_TIME_H -#define BFS_TIME_H +#ifndef BFS_XTIME_H +#define BFS_XTIME_H #include @@ -83,4 +83,4 @@ int xtimegm(struct tm *tm, time_t *timep); */ int parse_timestamp(const char *str, struct timespec *result); -#endif // BFS_TIME_H +#endif // BFS_XTIME_H -- cgit v1.2.3