Diff for /rpl/src/rpl.h between versions 1.353 and 1.354

version 1.353, 2024/07/05 07:04:23 version 1.354, 2024/10/23 13:51:48
Line 93 Line 93
 #include <poll.h>  #include <poll.h>
 #include <signal.h>  #include <signal.h>
 #include <sys/time.h>  #include <sys/time.h>
   #include <pthread.h>
   
 #ifndef RPLARGS  #ifndef RPLARGS
 #   include <sys/mman.h>  #   include <sys/mman.h>
Line 100 Line 101
 #   include <sys/select.h>  #   include <sys/select.h>
 #   include <sys/socket.h>  #   include <sys/socket.h>
 #   include <sys/stat.h>  #   include <sys/stat.h>
 #   include <sys/timeb.h>  
 #   include <sys/types.h>  #   include <sys/types.h>
 #   include <sys/un.h>  #   include <sys/un.h>
 #   include <sys/wait.h>  #   include <sys/wait.h>
 #   include <omp.h>  
   
 #   include <arpa/inet.h>  #   include <arpa/inet.h>
 #   include <netinet/in.h>  #   include <netinet/in.h>
Line 112 Line 111
   
 #   include <dlfcn.h>  #   include <dlfcn.h>
 #   include <fcntl.h>  #   include <fcntl.h>
 #   include <pthread.h>  
 #   include <regex.h>  #   include <regex.h>
   
 #   ifdef OS2  #   ifdef OS2

Removed from v.1.353  
changed lines
  Added in v.1.354


CVSweb interface <joel.bertrand@systella.fr>