--- rpl/src/daemon.c 2010/04/07 13:45:01 1.6 +++ rpl/src/daemon.c 2010/04/17 18:57:35 1.7 @@ -46,7 +46,7 @@ lancement_daemon(struct_processus *s_eta * on ne fait rien. */ - if (getppid() == 1) + if (getppid() == (pid_t) 1) { return; }