util  Diff

Differences From Artifact [4bacc7856b]:

To Artifact [6c7d5a351b]:


     5      5   	/*             <unistd.h> seteuid
     6      6   	 * <sys/socket.h netdb.h> getnameinfo */
     7      7   #define _GNU_SOURCE
     8      8   	/* <net/if.h> IFNAMSIZ  [linux]
     9      9   	 * <unistd.h> getresuid [linux]*/
           10  +#define _DEFAULT_SOURCE
           11  +	/* <unistd.h> daemon [glibc, BSD] */
    10     12   
    11     13   /* arch headers */
    12     14   #include <stdint.h>
    13     15   #include <stddef.h>
    14     16