openbsd-ports/comms/gammu/patches/patch-smsd_services_sql_c
2022-03-11 18:26:24 +00:00

12 lines
304 B
Plaintext

--- smsd/services/sql.c.orig Mon Jun 15 10:11:01 2015
+++ smsd/services/sql.c Mon Jun 15 21:16:35 2015
@@ -9,7 +9,7 @@
* Licensed under GNU GPL version 2 or later
*/
-#define _XOPEN_SOURCE
+/* Fix implicit declatarion of strptime */
#define _BSD_SOURCE
#define _DEFAULT_SOURCE
#include <time.h>