--- rpl/src/rpl.h 2011/09/03 10:31:51 1.115 +++ rpl/src/rpl.h 2011/09/08 15:24:25 1.117 @@ -25,7 +25,7 @@ #ifndef __RPLCAS # define _GNU_SOURCE -# define _POSIX_C_SOURCE 200112L +# define _XOPEN_SOURCE 700 #endif #define _REENTRANT @@ -311,7 +311,7 @@ union semun # define SIGABORT SIGTHR # endif // Arręt d'un processus fils depuis autre chose que STOP -# if defined(Darwin) || defined(OpenBSD) +# if defined(Darwin) || defined(OpenBSD) || defined(NetBSD) # define SIGFABORT SIGINFO # else # define SIGFABORT SIGPOLL