certi-cvs
[Top][All Lists]
Advanced

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

[certi-cvs] certi/libCERTI SemaphoreSysV.cc SocketSHM.cc [br_CERTI_SHM_N


From: certi-cvs
Subject: [certi-cvs] certi/libCERTI SemaphoreSysV.cc SocketSHM.cc [br_CERTI_SHM_NEWGEN_dev]
Date: Fri, 04 Sep 2009 15:57:43 +0000

CVSROOT:        /sources/certi
Module name:    certi
Branch:         br_CERTI_SHM_NEWGEN_dev
Changes by:     Eric NOULARD <erk>      09/09/04 15:57:43

Modified files:
        libCERTI       : SemaphoreSysV.cc SocketSHM.cc 

Log message:
        Missing C header <cstring> for memcpy and strlen

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/certi/libCERTI/SemaphoreSysV.cc?cvsroot=certi&only_with_tag=br_CERTI_SHM_NEWGEN_dev&r1=1.1.2.2&r2=1.1.2.3
http://cvs.savannah.gnu.org/viewcvs/certi/libCERTI/SocketSHM.cc?cvsroot=certi&only_with_tag=br_CERTI_SHM_NEWGEN_dev&r1=1.1.4.3&r2=1.1.4.4

Patches:
Index: SemaphoreSysV.cc
===================================================================
RCS file: /sources/certi/certi/libCERTI/Attic/SemaphoreSysV.cc,v
retrieving revision 1.1.2.2
retrieving revision 1.1.2.3
diff -u -b -r1.1.2.2 -r1.1.2.3
--- SemaphoreSysV.cc    4 Sep 2009 08:00:19 -0000       1.1.2.2
+++ SemaphoreSysV.cc    4 Sep 2009 15:57:43 -0000       1.1.2.3
@@ -1,5 +1,6 @@
 #include "SemaphoreSysV.hh"
 #include "sha1.h"
+#include <cstring>
 
 key_t SemaphoreSysV::ntokUser(const char* name, int32_t user_specific_value) {
 

Index: SocketSHM.cc
===================================================================
RCS file: /sources/certi/certi/libCERTI/Attic/SocketSHM.cc,v
retrieving revision 1.1.4.3
retrieving revision 1.1.4.4
diff -u -b -r1.1.4.3 -r1.1.4.4
--- SocketSHM.cc        4 Sep 2009 08:53:23 -0000       1.1.4.3
+++ SocketSHM.cc        4 Sep 2009 15:57:43 -0000       1.1.4.4
@@ -1,4 +1,5 @@
 #include "SocketSHM.hh"
+#include <cstring>
 
 // ************************************************
 // Destructor




reply via email to

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