t* My OpenBSD ports
       
   URI git clone git://git.codevoid.de/mystuff.git
   DIR Log
   DIR Files
   DIR Refs
       ---
       tpatch-lib_utils_mu-utils_cc (269B)
       ---
            1 $OpenBSD$
            2 Bring g_vasprintf into scope
            3 Index: lib/utils/mu-utils.cc
            4 --- lib/utils/mu-utils.cc.orig
            5 +++ lib/utils/mu-utils.cc
            6 @@ -18,7 +18,8 @@
            7  */
            8  
            9  
           10 -#define _XOPEN_SOURCE
           11 +//#define _XOPEN_SOURCE 500
           12 +//#define _POSIX_SOURCE
           13  #include <time.h>
           14  
           15  #define GNU_SOURCE