Minor code cleanup and fix a compilation warning.

This commit is contained in:
2023-04-19 23:04:57 +02:00
parent c19253d080
commit d04349e9b4
3 changed files with 23 additions and 22 deletions

View File

@@ -18,7 +18,7 @@
*/
#define _XOPEN_SOURCE /* Pull in strptime(3) from time.h */
#define _BSD_SOURCE /* Compensate for _XOPEN_SOURCE to pull in strdup(3)
#define _DEFAULT_SOURCE /* Compensate for _XOPEN_SOURCE to pull in strdup(3)
* from string.h. */
#include <config.h>