Diff for /rpl/src/daemon.c between versions 1.2 and 1.12

version 1.2, 2010/01/27 22:22:10 version 1.12, 2010/08/06 15:26:44
Line 1 Line 1
 /*  /*
 ================================================================================  ================================================================================
   RPL/2 (R) version 4.0.10    RPL/2 (R) version 4.0.18
   Copyright (C) 1989-2010 Dr. BERTRAND Joël    Copyright (C) 1989-2010 Dr. BERTRAND Joël
   
   This file is part of RPL/2.    This file is part of RPL/2.
Line 20 Line 20
 */  */
   
   
 #include "rpl.conv.h"  #include "rpl-conv.h"
   
   
 /*  /*
Line 46  lancement_daemon(struct_processus *s_eta Line 46  lancement_daemon(struct_processus *s_eta
      * on ne fait rien.       * on ne fait rien.
      */       */
   
     if (getppid() == 1)      if (getppid() == (pid_t) 1)
     {      {
         return;          return;
     }      }

Removed from v.1.2  
changed lines
  Added in v.1.12


CVSweb interface <joel.bertrand@systella.fr>