Ticket #37957: voms-ipv6sock-posix.patch
File voms-ipv6sock-posix.patch, 531 bytes (added by dennisvd@…, 12 years ago) |
---|
-
src/socklib/ipv6sock.cc
old new 23 23 * 24 24 *********************************************************************/ 25 25 26 #include "config.h" 27 28 #ifndef _POSIX_SOURCE 29 # define _POSIX_SOURCE 1 30 #endif 31 26 32 #include <sys/types.h> 27 33 #include <netdb.h> 28 34 #include <sys/socket.h> … … 30 36 #include <stdlib.h> 31 37 #include <string.h> 32 38 39 #include <strings.h> 40 33 41 extern "C" { 34 42 #include "log.h" 35 43 }