| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600 |
- Index: cego-2.13.0/Makefile.in
- --- cego-2.13.0/Makefile.in.orig 2.13.07-17 09:05:41.000000000 +0200
- +++ cego-2.13.0/Makefile.in 2.13.07-19 22:57:27.000000000 +0200
- @@ -35,8 +35,6 @@
-
- all:
- ( cd src; make all )
- - ( cd samples/cgwtest; make all )
- - ( cd samples/cgplustest; make all )
-
- install:
- ( cd src; make install )
- Index: cego-2.13.0/src/CegoAdminThreadPool.cc
- --- cego-2.13.0/src/CegoAdminThreadPool.cc.orig 2.13.06-13 15:10:27.000000000 +0200
- +++ cego-2.13.0/src/CegoAdminThreadPool.cc 2.13.07-19 20:23:30.000000000 +0200
- @@ -33,6 +33,7 @@
- //
- ///////////////////////////////////////////////////////////////////////////////
-
- +#include <stdlib.h>
- #include "CegoAdminThreadPool.h"
-
- #include <lfc/Sleeper.h>
- Index: cego-2.13.0/src/CegoAggregation.cc
- --- cego-2.13.0/src/CegoAggregation.cc.orig 2.13.06-23 17:29:07.000000000 +0200
- +++ cego-2.13.0/src/CegoAggregation.cc 2.13.07-19 20:23:30.000000000 +0200
- @@ -34,6 +34,7 @@
- ///////////////////////////////////////////////////////////////////////////////
-
- // INCLUDES
- +#include <string.h>
- #include "CegoAggregation.h"
- #include "CegoExpr.h"
- #include "CegoXMLdef.h"
- Index: cego-2.13.0/src/CegoAttrDesc.cc
- --- cego-2.13.0/src/CegoAttrDesc.cc.orig 2.13.06-25 10:07:25.000000000 +0200
- +++ cego-2.13.0/src/CegoAttrDesc.cc 2.13.07-19 20:23:30.000000000 +0200
- @@ -33,6 +33,7 @@
- //
- ///////////////////////////////////////////////////////////////////////////////
-
- +#include <string.h>
- #include "CegoAttrDesc.h"
- #include "CegoXMLdef.h"
-
- Index: cego-2.13.0/src/CegoBlob.cc
- --- cego-2.13.0/src/CegoBlob.cc.orig 2.13.0-21 01:17:05.000000000 +0100
- +++ cego-2.13.0/src/CegoBlob.cc 2.13.07-19 20:23:30.000000000 +0200
- @@ -33,6 +33,8 @@
- //
- ///////////////////////////////////////////////////////////////////////////////
-
- +#include <stdlib.h>
- +#include <string.h>
- #include "CegoBlob.h"
-
- #include <lfc/Exception.h>
- Index: cego-2.13.0/src/CegoBufferPage.cc
- --- cego-2.13.0/src/CegoBufferPage.cc.orig 2.13.06-20 21:08:36.000000000 +0200
- +++ cego-2.13.0/src/CegoBufferPage.cc 2.13.07-19 20:23:30.000000000 +0200
- @@ -33,6 +33,7 @@
- //
- ///////////////////////////////////////////////////////////////////////////////
-
- +#include <string.h>
- #include <lfc/Exception.h>
-
- #include "CegoDefs.h"
- Index: cego-2.13.0/src/CegoBufferPool.cc
- --- cego-2.13.0/src/CegoBufferPool.cc.orig 2.13.06-21 00:10:08.000000000 +0200
- +++ cego-2.13.0/src/CegoBufferPool.cc 2.13.07-19 20:23:30.000000000 +0200
- @@ -33,6 +33,8 @@
- //
- ///////////////////////////////////////////////////////////////////////////////
-
- +#include <stdlib.h>
- +#include <string.h>
- #include <lfc/Exception.h>
- #include <lfc/CommandExecuter.h>
- #include <lfc/Datetime.h>
- Index: cego-2.13.0/src/CegoCheckObject.cc
- --- cego-2.13.0/src/CegoCheckObject.cc.orig 2.13.0-21 01:38:47.000000000 +0100
- +++ cego-2.13.0/src/CegoCheckObject.cc 2.13.07-19 20:23:30.000000000 +0200
- @@ -33,6 +33,7 @@
- //
- ///////////////////////////////////////////////////////////////////////////////
-
- +#include <string.h>
- #include "CegoCheckObject.h"
- #include "CegoXMLdef.h"
- #include "CegoXMLHelper.h"
- Index: cego-2.13.0/src/CegoClient.cc
- --- cego-2.13.0/src/CegoClient.cc.orig 2.13.06-21 08:13:20.000000000 +0200
- +++ cego-2.13.0/src/CegoClient.cc 2.13.07-19 20:23:30.000000000 +0200
- @@ -33,6 +33,7 @@
- //
- ///////////////////////////////////////////////////////////////////////////////
-
- +#include <signal.h>
- #include <locale.h>
- #include <stdlib.h>
- #include <stdio.h>
- Index: cego-2.13.0/src/CegoCondDesc.cc
- --- cego-2.13.0/src/CegoCondDesc.cc.orig 2.13.06-23 17:42:52.000000000 +0200
- +++ cego-2.13.0/src/CegoCondDesc.cc 2.13.07-19 20:23:30.000000000 +0200
- @@ -33,6 +33,7 @@
- //
- ///////////////////////////////////////////////////////////////////////////////
-
- +#include <string.h>
- #include "CegoCondDesc.h"
- #include "CegoXMLdef.h"
-
- Index: cego-2.13.0/src/CegoContentObject.cc
- --- cego-2.13.0/src/CegoContentObject.cc.orig 2.13.0-22.13.01:50.000000000 +0100
- +++ cego-2.13.0/src/CegoContentObject.cc 2.13.07-19 20:23:30.000000000 +0200
- @@ -34,6 +34,8 @@
- //
- ///////////////////////////////////////////////////////////////////////////////
-
- +#include <stdlib.h>
- +#include <string.h>
- #include "CegoContentObject.h"
- #include "CegoTypeConverter.h"
-
- Index: cego-2.13.0/src/CegoDataPointer.cc
- --- cego-2.13.0/src/CegoDataPointer.cc.orig 2.13.0-21 01:19:33.000000000 +0100
- +++ cego-2.13.0/src/CegoDataPointer.cc 2.13.07-19 20:23:30.000000000 +0200
- @@ -33,6 +33,7 @@
- //
- ///////////////////////////////////////////////////////////////////////////////
-
- +#include <string.h>
- #include "CegoDataPointer.h"
-
- #include <string.h>
- Index: cego-2.13.0/src/CegoDbHandler.cc
- --- cego-2.13.0/src/CegoDbHandler.cc.orig 2.13.06-20 23:52:52.000000000 +0200
- +++ cego-2.13.0/src/CegoDbHandler.cc 2.13.07-19 20:23:30.000000000 +0200
- @@ -33,6 +33,8 @@
- //
- ///////////////////////////////////////////////////////////////////////////////
-
- +#include <stdlib.h>
- +#include <string.h>
- #include <lfc/AESCrypt.h>
- #include <lfc/Datetime.h>
-
- Index: cego-2.13.0/src/CegoDbThread.cc
- --- cego-2.13.0/src/CegoDbThread.cc.orig 2.13.07-08 15:36:29.000000000 +0200
- +++ cego-2.13.0/src/CegoDbThread.cc 2.13.07-19 20:23:30.000000000 +0200
- @@ -39,6 +39,7 @@
- ///////////////////////////////////////////////////////////////////////////////
-
- // INCLUDES
- +#include <string.h>
- #include <lfc/Exception.h>
- #include <lfc/Sleeper.h>
- #include <lfc/ThreadLock.h>
- Index: cego-2.13.0/src/CegoDbThreadPool.cc
- --- cego-2.13.0/src/CegoDbThreadPool.cc.orig 2.13.07-08 15:36:28.000000000 +0200
- +++ cego-2.13.0/src/CegoDbThreadPool.cc 2.13.07-19 20:23:30.000000000 +0200
- @@ -33,6 +33,7 @@
- //
- ///////////////////////////////////////////////////////////////////////////////
-
- +#include <stdlib.h>
- #include <lfc/Exception.h>
- #include <lfc/Host.h>
- #include <lfc/NetHandler.h>
- Index: cego-2.13.0/src/CegoDefs.h
- --- cego-2.13.0/src/CegoDefs.h.orig 2.13.07-17 09:26:25.000000000 +0200
- +++ cego-2.13.0/src/CegoDefs.h 2.13.07-19 20:23:30.000000000 +0200
- @@ -35,6 +35,9 @@
- //
- ///////////////////////////////////////////////////////////////////////////////
-
- +#include <stdlib.h>
- +#include <string.h>
- +
- #ifdef HAVE_MINGW32
- #include <windows.h>
- #endif
- Index: cego-2.13.0/src/CegoDistManager.cc
- --- cego-2.13.0/src/CegoDistManager.cc.orig 2.13.07-02 10:15:39.000000000 +0200
- +++ cego-2.13.0/src/CegoDistManager.cc 2.13.07-19 20:23:30.000000000 +0200
- @@ -34,6 +34,9 @@
- //
- ///////////////////////////////////////////////////////////////////////////////
-
- +#include <stdlib.h>
- +#include <string.h>
- +
- #include "CegoDistManager.h"
-
- #include <lfc/Exception.h>
- Index: cego-2.13.0/src/CegoExpOutStream.cc
- --- cego-2.13.0/src/CegoExpOutStream.cc.orig 2.13.0-21 01:20:51.000000000 +0100
- +++ cego-2.13.0/src/CegoExpOutStream.cc 2.13.07-19 20:23:30.000000000 +0200
- @@ -33,6 +33,9 @@
- //
- ///////////////////////////////////////////////////////////////////////////////
-
- +#include <stdlib.h>
- +#include <string.h>
- +
- // base includes
- #include <lfc/Base64Coder.h>
-
- Index: cego-2.13.0/src/CegoExpr.cc
- --- cego-2.13.0/src/CegoExpr.cc.orig 2.13.06-25 16:25:58.000000000 +0200
- +++ cego-2.13.0/src/CegoExpr.cc 2.13.07-19 20:23:30.000000000 +0200
- @@ -33,6 +33,9 @@
- //
- ///////////////////////////////////////////////////////////////////////////////
-
- +#include <stdlib.h>
- +#include <string.h>
- +
- #include "CegoExpr.h"
-
- #include "CegoXMLdef.h"
- Index: cego-2.13.0/src/CegoFactor.cc
- --- cego-2.13.0/src/CegoFactor.cc.orig 2.13.06-23 18:21:03.000000000 +0200
- +++ cego-2.13.0/src/CegoFactor.cc 2.13.07-19 20:23:30.000000000 +0200
- @@ -33,6 +33,9 @@
- //
- ///////////////////////////////////////////////////////////////////////////////
-
- +#include <stdlib.h>
- +#include <string.h>
- +
- // INCLUDES
- #include <lfc/Exception.h>
-
- Index: cego-2.13.0/src/CegoFieldValue.cc
- --- cego-2.13.0/src/CegoFieldValue.cc.orig 2.13.07-15 19:32:52.000000000 +0200
- +++ cego-2.13.0/src/CegoFieldValue.cc 2.13.07-19 20:23:30.000000000 +0200
- @@ -41,6 +41,9 @@
- #include <lfc/BigDecimal.h>
- #include <lfc/Tokenizer.h>
-
- +#include <stdlib.h>
- +#include <string.h>
- +
- #include "CegoFieldValue.h"
- #include "CegoTypeConverter.h"
- #include "CegoDefs.h"
- Index: cego-2.13.0/src/CegoFunction.cc
- --- cego-2.13.0/src/CegoFunction.cc.orig 2.13.07-03 19:58:12.000000000 +0200
- +++ cego-2.13.0/src/CegoFunction.cc 2.13.07-19 20:23:30.000000000 +0200
- @@ -33,6 +33,8 @@
- //
- ///////////////////////////////////////////////////////////////////////////////
-
- +#include <stdlib.h>
- +#include <string.h>
- #include <lfc/Datetime.h>
- #include <lfc/Tokenizer.h>
-
- Index: cego-2.13.0/src/CegoGroupEntry.cc
- --- cego-2.13.0/src/CegoGroupEntry.cc.orig 2.13.0-21 01:41:27.000000000 +0100
- +++ cego-2.13.0/src/CegoGroupEntry.cc 2.13.07-19 20:23:30.000000000 +0200
- @@ -33,6 +33,9 @@
- //
- ///////////////////////////////////////////////////////////////////////////////
-
- +#include <stdlib.h>
- +#include <string.h>
- +
- // base includes
- #include <lfc/Exception.h>
-
- Index: cego-2.13.0/src/CegoGroupSpace.cc
- --- cego-2.13.0/src/CegoGroupSpace.cc.orig 2.13.06-16 21:52:19.000000000 +0200
- +++ cego-2.13.0/src/CegoGroupSpace.cc 2.13.07-19 20:23:30.000000000 +0200
- @@ -33,6 +33,9 @@
- //
- ///////////////////////////////////////////////////////////////////////////////
-
- +#include <stdlib.h>
- +#include <string.h>
- +
- // base includes
- #include <lfc/Exception.h>
-
- Index: cego-2.13.0/src/CegoImpInStream.cc
- --- cego-2.13.0/src/CegoImpInStream.cc.orig 2.13.03-23 21:40:57.000000000 +0100
- +++ cego-2.13.0/src/CegoImpInStream.cc 2.13.07-19 20:23:30.000000000 +0200
- @@ -33,6 +33,9 @@
- //
- ///////////////////////////////////////////////////////////////////////////////
-
- +#include <stdlib.h>
- +#include <string.h>
- +
- // base includes
- #include <lfc/Base64Coder.h>
-
- Index: cego-2.13.0/src/CegoIndexCursor.cc
- --- cego-2.13.0/src/CegoIndexCursor.cc.orig 2.13.06-26 18:30:38.000000000 +0200
- +++ cego-2.13.0/src/CegoIndexCursor.cc 2.13.07-19 20:23:30.000000000 +0200
- @@ -34,6 +34,9 @@
- //
- ///////////////////////////////////////////////////////////////////////////////
-
- +#include <stdlib.h>
- +#include <string.h>
- +
- // cego includes
- #include "CegoIndexCursor.h"
- #include "CegoTupleState.h"
- Index: cego-2.13.0/src/CegoIndexEntry.cc
- --- cego-2.13.0/src/CegoIndexEntry.cc.orig 2.13.0-21 01:48:24.000000000 +0100
- +++ cego-2.13.0/src/CegoIndexEntry.cc 2.13.07-19 20:23:30.000000000 +0200
- @@ -33,6 +33,9 @@
- //
- ///////////////////////////////////////////////////////////////////////////////
-
- +#include <stdlib.h>
- +#include <string.h>
- +
- // base includes
- #include <lfc/Exception.h>
-
- Index: cego-2.13.0/src/CegoIndexManager.cc
- --- cego-2.13.0/src/CegoIndexManager.cc.orig 2.13.06-02 13:08:24.000000000 +0200
- +++ cego-2.13.0/src/CegoIndexManager.cc 2.13.07-19 20:23:30.000000000 +0200
- @@ -33,6 +33,9 @@
- //
- ///////////////////////////////////////////////////////////////////////////////
-
- +#include <stdlib.h>
- +#include <string.h>
- +
- // base includes
- #include <lfc/Exception.h>
-
- Index: cego-2.13.0/src/CegoJoinObject.cc
- --- cego-2.13.0/src/CegoJoinObject.cc.orig 2.13.06-23 17:38:41.000000000 +0200
- +++ cego-2.13.0/src/CegoJoinObject.cc 2.13.07-19 20:23:30.000000000 +0200
- @@ -33,6 +33,9 @@
- //
- ///////////////////////////////////////////////////////////////////////////////
-
- +#include <stdlib.h>
- +#include <string.h>
- +
- // base includes
- #include <lfc/Tokenizer.h>
-
- Index: cego-2.13.0/src/CegoKeyObject.cc
- --- cego-2.13.0/src/CegoKeyObject.cc.orig 2.13.0-21 01:44:30.000000000 +0100
- +++ cego-2.13.0/src/CegoKeyObject.cc 2.13.07-19 20:23:30.000000000 +0200
- @@ -33,6 +33,9 @@
- //
- ///////////////////////////////////////////////////////////////////////////////
-
- +#include <stdlib.h>
- +#include <string.h>
- +
- // cego includes
- #include "CegoKeyObject.h"
- #include "CegoXMLdef.h"
- Index: cego-2.13.0/src/CegoLockHandler.cc
- --- cego-2.13.0/src/CegoLockHandler.cc.orig 2.13.06-14 23:13:50.000000000 +0200
- +++ cego-2.13.0/src/CegoLockHandler.cc 2.13.07-19 20:23:30.000000000 +0200
- @@ -33,6 +33,9 @@
- //
- ///////////////////////////////////////////////////////////////////////////////
-
- +#include <stdlib.h>
- +#include <string.h>
- +
- #ifndef _REENTRANT
- #define _REENTRANT /* basic 3-lines for threads */
- #endif
- Index: cego-2.13.0/src/CegoLogManager.cc
- --- cego-2.13.0/src/CegoLogManager.cc.orig 2.13.0-21 01:45:28.000000000 +0100
- +++ cego-2.13.0/src/CegoLogManager.cc 2.13.07-19 20:23:30.000000000 +0200
- @@ -33,6 +33,9 @@
- //
- ///////////////////////////////////////////////////////////////////////////////
-
- +#include <stdlib.h>
- +#include <string.h>
- +
- // base includes
- #include <lfc/Exception.h>
- #include <lfc/File.h>
- Index: cego-2.13.0/src/CegoLogRecord.cc
- --- cego-2.13.0/src/CegoLogRecord.cc.orig 2.13.06-21 00:28:35.000000000 +0200
- +++ cego-2.13.0/src/CegoLogRecord.cc 2.13.07-19 20:23:30.000000000 +0200
- @@ -33,6 +33,9 @@
- //
- ///////////////////////////////////////////////////////////////////////////////
-
- +#include <stdlib.h>
- +#include <string.h>
- +
- // cego includes
- #include "CegoLogRecord.h"
-
- Index: cego-2.13.0/src/CegoObject.cc
- --- cego-2.13.0/src/CegoObject.cc.orig 2.13.06-21 00:01:01.000000000 +0200
- +++ cego-2.13.0/src/CegoObject.cc 2.13.07-19 20:23:30.000000000 +0200
- @@ -33,6 +33,9 @@
- //
- ///////////////////////////////////////////////////////////////////////////////
-
- +#include <stdlib.h>
- +#include <string.h>
- +
- // cego includes
- #include "CegoObject.h"
-
- Index: cego-2.13.0/src/Makefile.in
- --- cego-2.13.0/src/Makefile.in.orig 2.13.07-16 22:55:51.000000000 +0200
- +++ cego-2.13.0/src/Makefile.in 2.13.07-19 20:23:30.000000000 +0200
- @@ -60,10 +60,8 @@
- $(STRIP) cgblow
- $(INSTALL_PROGRAM) cgblow $(DESTDIR)$(CEGOBINDIR)
- $(INSTALL_DATA) libcego.a $(DESTDIR)$(CEGOLIBDIR)
- - $(INSTALL_DATA) libcego.so.1 $(DESTDIR)$(CEGOLIBDIR)
- $(RANLIB) $(DESTDIR)$(CEGOLIBDIR)/libcego.a
- $(INSTALL_DATA) libcgwrap.a $(DESTDIR)$(CEGOLIBDIR)
- - $(INSTALL_DATA) libcgwrap.so.1 $(DESTDIR)$(CEGOLIBDIR)
- $(RANLIB) $(DESTDIR)$(CEGOLIBDIR)/libcgwrap.a
- $(INSTALL_DATA) CegoAdmNet.h $(DESTDIR)$(CEGOINCDIR)
- $(INSTALL_DATA) CegoDbHandler.h $(DESTDIR)$(CEGOINCDIR)
- @@ -235,12 +233,10 @@
- $(CCPLUS) $(LDFLAGS) -o cgblow CegoBlowTab.o libcego.a $(LIBS)
-
- libcego.a: $(LIBOBJECTS)
- - $(CC) $(LDFLAGS) $(CGSHLIBOPT) -o libcego.so.1 $(LIBOBJECTS)
- $(AR) -r libcego.a $(LIBOBJECTS)
- $(RANLIB) libcego.a
-
- libcgwrap.a: $(CGWRAPOBJECTS)
- - $(CC) $(LDFLAGS) $(WPSHLIBOPT) -o libcgwrap.so.1 $(CGWRAPOBJECTS)
- $(AR) -r libcgwrap.a $(CGWRAPOBJECTS)
- $(RANLIB) libcgwrap.a
-
- Index: lfc-1.2.0/src/Bitmap.cc
- --- lfc-1.2.0/src/Bitmap.cc.orig 2010-08-15 13:48:09.000000000 +0200
- +++ lfc-1.2.0/src/Bitmap.cc 2.13.07-19 20:23:30.000000000 +0200
- @@ -35,6 +35,7 @@
- #include <stdlib.h>
-
- // INCLUDES
- +#include <stdlib.h>
- #include "Bitmap.h"
- #include "Exception.h"
-
- Index: lfc-1.2.0/src/CommandExecuter.cc
- --- lfc-1.2.0/src/CommandExecuter.cc.orig 2.13.0-21 01:01:04.000000000 +0100
- +++ lfc-1.2.0/src/CommandExecuter.cc 2.13.07-19 20:23:30.000000000 +0200
- @@ -41,6 +41,7 @@
- #include <fcntl.h>
- #include <signal.h>
- #include <sys/wait.h>
- +#include <string.h>
-
-
- // BASE INCLUDES
- Index: lfc-1.2.0/src/Datetime.cc
- --- lfc-1.2.0/src/Datetime.cc.orig 2010-08-15 13:48:19.000000000 +0200
- +++ lfc-1.2.0/src/Datetime.cc 2.13.07-19 20:23:30.000000000 +0200
- @@ -34,6 +34,8 @@
-
- #include <stdlib.h>
-
- +#include <string.h>
- +#include <stdlib.h>
- #include "Exception.h"
- #include "Datetime.h"
-
- Index: lfc-1.2.0/src/File.cc
- --- lfc-1.2.0/src/File.cc.orig 2.13.06-20 21:43:38.000000000 +0200
- +++ lfc-1.2.0/src/File.cc 2.13.07-19 20:23:30.000000000 +0200
- @@ -48,6 +48,7 @@
- #include <fcntl.h>
- #include <unistd.h>
- #include <errno.h>
- +#include <string.h>
-
- // BASE INCLUDES
- #include "Exception.h"
- Index: lfc-1.2.0/src/Makefile.in
- --- lfc-1.2.0/src/Makefile.in.orig 2010-09-17 10:00:58.000000000 +0200
- +++ lfc-1.2.0/src/Makefile.in 2.13.07-19 20:23:30.000000000 +0200
- @@ -85,7 +85,6 @@
- $(INSTALL_DATA) Base64Coder.h $(DESTDIR)$(INCLUDEPREFIX)
- if [ -f regex.o ]; then $(INSTALL_DATA) regex.h $(DESTDIR)$(INCLUDEPREFIX); fi
- $(INSTALL_DATA) liblfc.a $(DESTDIR)$(LIBPREFIX)
- - $(INSTALL_DATA) liblfc.so.1 $(DESTDIR)$(LIBPREFIX)
- $(RANLIB) $(DESTDIR)$(LIBPREFIX)/liblfc.a
-
- clean:
- @@ -99,7 +98,6 @@
- #################
-
- liblfc: $(OBJECTS)
- - $(CC) $(LDFLAGS) $(SHLIBOPT) -o liblfc.so.1 $(OBJECTS)
- $(AR) -r liblfc.a $(OBJECTS)
- $(RANLIB) liblfc.a
-
- @@ -135,4 +133,4 @@
- CommandExecuter.o: CommandExecuter.cc CommandExecuter.h
- Sleeper.o: Sleeper.cc Sleeper.h
- Process.o: Process.cc Process.h
- -Base64Coder.o: Base64Coder.cc Base64Coder.h base64.c
- \ No newline at end of file
- +Base64Coder.o: Base64Coder.cc Base64Coder.h base64.c
- Index: lfc-1.2.0/src/Net.cc
- --- lfc-1.2.0/src/Net.cc.orig 2010-09-13 19:30:22.000000000 +0200
- +++ lfc-1.2.0/src/Net.cc 2.13.07-19 20:23:30.000000000 +0200
- @@ -52,6 +52,7 @@
- #include <netdb.h>
- #endif
- #include <errno.h>
- +#include <string.h>
-
- #include "Exception.h"
- #include "Net.h"
- Index: lfc-1.2.0/src/NetHandler.cc
- --- lfc-1.2.0/src/NetHandler.cc.orig 2010-08-15 13:45:47.000000000 +0200
- +++ lfc-1.2.0/src/NetHandler.cc 2.13.07-19 20:23:30.000000000 +0200
- @@ -38,6 +38,7 @@
- #define _REENTRANT /* basic 3-lines for threads */
- #endif
-
- +#include <string.h>
- #include <unistd.h>
- #include <string.h>
- #include <sys/types.h>
- Index: lfc-1.2.0/src/Process.cc
- --- lfc-1.2.0/src/Process.cc.orig 2010-08-15 13:51:29.000000000 +0200
- +++ lfc-1.2.0/src/Process.cc 2.13.07-19 20:23:30.000000000 +0200
- @@ -43,6 +43,7 @@
- #include <unistd.h>
- #include <string.h>
- #include <errno.h>
- +#include <string.h>
-
- #include "Exception.h"
- #include "Chain.h"
- Index: lfc-1.2.0/src/Sleeper.cc
- --- lfc-1.2.0/src/Sleeper.cc.orig 2010-08-15 13:50:23.000000000 +0200
- +++ lfc-1.2.0/src/Sleeper.cc 2.13.07-19 20:23:30.000000000 +0200
- @@ -48,6 +48,7 @@
- #include <unistd.h>
- #include <string.h>
- #include <errno.h>
- +#include <string.h>
-
- #include "Exception.h"
- #include "Chain.h"
- Index: lfc-1.2.0/src/ThreadLock.cc
- --- lfc-1.2.0/src/ThreadLock.cc.orig 2.13.06-13 12.13.07.000000000 +0200
- +++ lfc-1.2.0/src/ThreadLock.cc 2.13.07-19 20:23:30.000000000 +0200
- @@ -43,6 +43,7 @@
- #include <errno.h>
- #include <string.h>
- #include <time.h>
- +#include <string.h>
- #include <iostream>
-
- #include "ThreadLock.h"
- Index: lfcxml-1.0.26/src/Makefile.in
- --- lfcxml-1.0.26/src/Makefile.in.orig 2010-09-17 10:01:17.000000000 +0200
- +++ lfcxml-1.0.26/src/Makefile.in 2.13.07-19 20:23:30.000000000 +0200
- @@ -51,7 +51,6 @@
- $(INSTALL_DATA) XMLInStream.h $(DESTDIR)$(XMLINCLUDEPATH)
- $(INSTALL_DATA) XMLOutStream.h $(DESTDIR)$(XMLINCLUDEPATH)
- $(INSTALL_DATA) liblfcxml.a $(DESTDIR)$(LIBPREFIX)
- - $(INSTALL_DATA) liblfcxml.so.1 $(DESTDIR)$(LIBPREFIX)
- $(RANLIB) $(DESTDIR)$(LIBPREFIX)/liblfcxml.a
-
- #################
- @@ -59,7 +58,6 @@
- #################
-
- liblfcxml: $(OBJECTS)
- - $(CC) $(LDFLAGS) $(SHLIBOPT) -o liblfcxml.so.1 $(OBJECTS)
- $(AR) -r liblfcxml.a $(OBJECTS)
- $(RANLIB) liblfcxml.a
-
- Index: lfcxml-1.0.26/src/XMLSuite.cc
- --- lfcxml-1.0.26/src/XMLSuite.cc.orig 2.13.0-21 01:08:13.000000000 +0100
- +++ lfcxml-1.0.26/src/XMLSuite.cc 2.13.07-19 20:23:30.000000000 +0200
- @@ -35,6 +35,7 @@
-
- // INCLUDES
- #include "XMLSuite.h"
- +#include <stdlib.h>
-
- #include <stdlib.h>
-
|