Differences From Artifact [4bacc7856b]:
- File wgsync/src/def.h — part of check-in [81321a2c01] at 2022-11-01 14:33:33 on branch trunk — iterate, add linked list template (user: lexi, size: 1581) [annotate] [blame] [check-ins using]
To Artifact [6c7d5a351b]:
- File wgsync/src/def.h — part of check-in [700efc70e2] at 2022-11-01 19:10:47 on branch trunk — fully functional?? (user: lexi, size: 1643) [annotate] [blame] [check-ins using]
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