logo

utils-std

Collection of commonly available Unix tools git clone https://anongit.hacktivis.me/git/utils-std.git/
commit: 401bb4a456973e1185e670963d2fe5c2423626fc
parent 859ae48850d00021fb5b5e78851b0d9b6909877e
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Fri, 25 Jul 2025 01:09:11 +0200

cmd/date: toss out comment on config.h include

Diffstat:

Mcmd/date.c2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cmd/date.c b/cmd/date.c @@ -6,7 +6,7 @@ #define _POSIX_C_SOURCE 200809L #define _XOPEN_SOURCE 700 // strptime is in XSI -#include "../config.h" // HAS_* +#include "../config.h" #include "../libutils/datetime_parse.h" /* datetime_parse */ #include "../libutils/getopt_nolong.h"