all the things

This commit is contained in:
c0dev0id
2023-01-10 11:45:28 +01:00
parent f3db1ea486
commit 7a9bbf0168
143 changed files with 15515 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
$OpenBSD$
Bring g_vasprintf into scope
Index: lib/utils/mu-utils.cc
--- lib/utils/mu-utils.cc.orig
+++ lib/utils/mu-utils.cc
@@ -18,7 +18,8 @@
*/
-#define _XOPEN_SOURCE
+//#define _XOPEN_SOURCE 500
+//#define _POSIX_SOURCE
#include <time.h>
#define GNU_SOURCE