My default, _GNU_SOURCE is needed. - nldev - NetLink DEVice manager; a lightweight netlink frontend for mdev.
       
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) LICENSE
       ---
 (DIR) commit e8a7f8c4131d39eaff0ebb186f6ee01a08db3e59
 (DIR) parent 080088cdab3baa53275cc371c0d6270ada36cc3b
 (HTM) Author: Christoph Lohmann <20h@r-36.net>
       Date:   Mon, 27 Jul 2015 17:28:12 +0200
       
       My default, _GNU_SOURCE is needed.
       
       Diffstat:
         config.mk                           |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
 (DIR) diff --git a/config.mk b/config.mk
       @@ -13,7 +13,7 @@ INCS = -I. -I/usr/include
        LIBS = -L/usr/lib -lc
        
        # flags
       -CPPFLAGS = -DVERSION=\"${VERSION}\" -D_DEFAULT_SOURCE
       +CPPFLAGS = -DVERSION=\"${VERSION}\" -D_DEFAULT_SOURCE -D_GNU_SOURCE
        CFLAGS = -g -std=c99 -pedantic -Wall -O0 ${INCS} ${CPPFLAGS}
        LDFLAGS = -static -g ${LIBS}
        #LDFLAGS = -s ${LIBS}