t* My version of sent
       
   URI git clone git://git.codevoid.de/sent-sdk.git
   DIR Log
   DIR Files
   DIR Refs
   DIR README
   DIR LICENSE
       ---
   DIR commit da320f9c49d1e6cb887b67ac9ce05cd93001a2b7
   DIR parent 5534df4b23dfb43b8090b1d32d279eb88cd5dd00
   URI Author: Jonas Jelten <jj@sft.mx>
       Date:   Mon, 19 Jan 2015 04:28:11 +0100
       
       make: fix warnings because of BSD_SOURCE
       
       Diffstat:
         M config.mk                           |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
   DIR diff --git a/config.mk b/config.mk
       t@@ -15,7 +15,7 @@ INCS = -I. -I/usr/include -I${X11INC}
        LIBS = -L/usr/lib -lc -lm -L${X11LIB} -lX11 -lpng
        
        # flags
       -CPPFLAGS = -DVERSION=\"${VERSION}\" -D_BSD_SOURCE -D_XOPEN_SOURCE=600
       +CPPFLAGS = -DVERSION=\"${VERSION}\" -D_XOPEN_SOURCE=600
        CFLAGS += -g -std=c99 -pedantic -Wall ${INCS} ${CPPFLAGS}
        LDFLAGS += -g ${LIBS}
        #CFLAGS += -std=c99 -pedantic -Wall -Os ${INCS} ${CPPFLAGS}