Diff for /rpl/src/rpl.h between versions 1.218 and 1.219

version 1.218, 2013/03/26 11:06:14 version 1.219, 2013/03/27 09:14:51
Line 73 Line 73
 #include <errno.h>  #include <errno.h>
 #include <stdarg.h>  #include <stdarg.h>
 #include <poll.h>  #include <poll.h>
   #include <signal.h>
   
 #ifndef RPLARGS  #ifndef RPLARGS
 #   include <sys/mman.h>  #   include <sys/mman.h>
Line 154 Line 155
 #   endif  #   endif
   
 #   include <setjmp.h>  #   include <setjmp.h>
 #   include <signal.h>  
 #   include <termios.h>  #   include <termios.h>
 #   include <time.h>  #   include <time.h>
 #   include <unistd.h>  #   include <unistd.h>

Removed from v.1.218  
changed lines
  Added in v.1.219


CVSweb interface <joel.bertrand@systella.fr>