Diff for /rpl/src/daemon.c between versions 1.5 and 1.7

version 1.5, 2010/03/09 10:18:43 version 1.7, 2010/04/17 18:57:35
Line 1 Line 1
 /*  /*
 ================================================================================  ================================================================================
   RPL/2 (R) version 4.0.13    RPL/2 (R) version 4.0.14
   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 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.5  
changed lines
  Added in v.1.7


CVSweb interface <joel.bertrand@systella.fr>