--- rpl/src/daemon.c 2010/02/10 10:14:19 1.3 +++ rpl/src/daemon.c 2010/08/06 15:26:44 1.12 @@ -1,6 +1,6 @@ /* ================================================================================ - RPL/2 (R) version 4.0.11 + RPL/2 (R) version 4.0.18 Copyright (C) 1989-2010 Dr. BERTRAND Joël This file is part of RPL/2. @@ -20,7 +20,7 @@ */ -#include "rpl.conv.h" +#include "rpl-conv.h" /* @@ -46,7 +46,7 @@ lancement_daemon(struct_processus *s_eta * on ne fait rien. */ - if (getppid() == 1) + if (getppid() == (pid_t) 1) { return; }