SOURCES: klibido-gcc4.patch (NEW) - fix c++ syntax.
pluto
pluto at pld-linux.org
Tue Oct 3 20:40:51 CEST 2006
Author: pluto Date: Tue Oct 3 18:40:51 2006 GMT
Module: SOURCES Tag: HEAD
---- Log message:
- fix c++ syntax.
---- Files affected:
SOURCES:
klibido-gcc4.patch (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SOURCES/klibido-gcc4.patch
diff -u /dev/null SOURCES/klibido-gcc4.patch:1.1
--- /dev/null Tue Oct 3 20:40:51 2006
+++ SOURCES/klibido-gcc4.patch Tue Oct 3 20:40:46 2006
@@ -0,0 +1,22 @@
+--- klibido-0.2.5/src/nntpthreadsocket.h.orig 2006-01-06 23:05:32.000000000 +0100
++++ klibido-0.2.5/src/nntpthreadsocket.h 2006-10-03 20:35:44.114962250 +0200
+@@ -234,7 +234,7 @@
+ bool getHead(QString group, int artnum); //Unimplemented
+ int m_getError() {return error;}
+ const char *m_getErrorDesc() {return (const char *) errorString;}
+- char * NntpThreadSocket::m_findEndLine( char * start, char * end );
++ char *m_findEndLine( char * start, char * end );
+ void setHost(NntpHost *nh);
+ bool m_sendCmd( QString& cmd, int response );
+ QTime prevTime, currentTime;
+--- klibido-0.2.5/src/yydecoder.h.orig 2005-03-09 12:18:55.000000000 +0100
++++ klibido-0.2.5/src/yydecoder.h 2006-10-03 20:36:21.337288500 +0200
+@@ -87,7 +87,7 @@
+
+ private:
+
+- inline void yyDecoder::charCRC(const unsigned char *c);
++ inline void charCRC(const unsigned char *c);
+
+ QStringList m_fileParts;
+ QStringList::Iterator fileIterator;
================================================================
More information about the pld-cvs-commit
mailing list