certi-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[certi-cvs] certi/libCERTI SocketMC.cc SocketUN.cc SocketUD...


From: certi-cvs
Subject: [certi-cvs] certi/libCERTI SocketMC.cc SocketUN.cc SocketUD...
Date: Fri, 12 Nov 2010 07:32:33 +0000

CVSROOT:        /sources/certi
Module name:    certi
Changes by:     Eric NOULARD <erk>      10/11/12 07:32:33

Modified files:
        libCERTI       : SocketMC.cc SocketUN.cc SocketUDP.cc 

Log message:
        Next fix for AIX 5.2 and gcc 3.4.x

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/certi/libCERTI/SocketMC.cc?cvsroot=certi&r1=3.22&r2=3.23
http://cvs.savannah.gnu.org/viewcvs/certi/libCERTI/SocketUN.cc?cvsroot=certi&r1=3.36&r2=3.37
http://cvs.savannah.gnu.org/viewcvs/certi/libCERTI/SocketUDP.cc?cvsroot=certi&r1=3.29&r2=3.30

Patches:
Index: SocketMC.cc
===================================================================
RCS file: /sources/certi/certi/libCERTI/SocketMC.cc,v
retrieving revision 3.22
retrieving revision 3.23
diff -u -b -r3.22 -r3.23
--- SocketMC.cc 19 Mar 2010 20:32:16 -0000      3.22
+++ SocketMC.cc 12 Nov 2010 07:32:33 -0000      3.23
@@ -24,6 +24,7 @@
 # include "SocketTCP.hh"
 #else
 # include <arpa/inet.h>
+# include <unistd.h>
 #endif
 
 #include <cassert>

Index: SocketUN.cc
===================================================================
RCS file: /sources/certi/certi/libCERTI/SocketUN.cc,v
retrieving revision 3.36
retrieving revision 3.37
diff -u -b -r3.36 -r3.37
--- SocketUN.cc 14 Mar 2010 14:38:27 -0000      3.36
+++ SocketUN.cc 12 Nov 2010 07:32:33 -0000      3.37
@@ -28,6 +28,9 @@
 
 #include <string>
 #include <iostream>
+#ifndef _WIN32
+#include <unistd.h>
+#endif
 
 using std::string ;
 using std::cout ;

Index: SocketUDP.cc
===================================================================
RCS file: /sources/certi/certi/libCERTI/SocketUDP.cc,v
retrieving revision 3.29
retrieving revision 3.30
diff -u -b -r3.29 -r3.30
--- SocketUDP.cc        14 Mar 2010 14:38:27 -0000      3.29
+++ SocketUDP.cc        12 Nov 2010 07:32:33 -0000      3.30
@@ -30,6 +30,8 @@
 
 #ifdef _WIN32
 #include "SocketTCP.hh"
+#else
+#include <unistd.h>
 #endif
 
 #include <iostream>



reply via email to

[Prev in Thread] Current Thread [Next in Thread]