Diff for /embedaddon/lighttpd/src/sys-socket.h between versions 1.1 and 1.1.1.2

version 1.1, 2013/10/14 10:32:47 version 1.1.1.2, 2016/11/02 10:35:00
Line 1 Line 1
 #ifndef WIN32_SOCKET_H  #ifndef WIN32_SOCKET_H
 #define WIN32_SOCKET_H  #define WIN32_SOCKET_H
   #include "first.h"
   
 #ifdef __WIN32  #ifdef __WIN32
   
Line 20 Line 21
 #include <arpa/inet.h>  #include <arpa/inet.h>
   
 #include <netdb.h>  #include <netdb.h>
   
   #ifdef HAVE_SYS_FILIO_H
   #include <sys/filio.h>  /* FIONREAD (for illumos (OpenIndiana)) */
   #endif
   
 #endif  #endif
   
 #endif  #endif

Removed from v.1.1  
changed lines
  Added in v.1.1.1.2


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>