--- rpl/src/daemon.c 2010/01/27 22:22:10 1.2 +++ rpl/src/daemon.c 2010/08/06 15:26:44 1.12 @@ -1,6 +1,6 @@ /* ================================================================================ - RPL/2 (R) version 4.0.10 + 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; }