diff options
author | Ioannis Aslanidis <deathwing00@gentoo.org> | 2006-10-10 12:01:13 +0000 |
---|---|---|
committer | Ioannis Aslanidis <deathwing00@gentoo.org> | 2006-10-10 12:01:13 +0000 |
commit | 68f15f3af23d0ad7f6b14ee08a567cf5a581e7ee (patch) | |
tree | f639bb5d1a1d395b2781a3479d167c616566efa3 /net-nntp/klibido/files | |
parent | Removed orphan patch for version 0.9.3_pre2. (diff) | |
download | gentoo-2-68f15f3af23d0ad7f6b14ee08a567cf5a581e7ee.tar.gz gentoo-2-68f15f3af23d0ad7f6b14ee08a567cf5a581e7ee.tar.bz2 gentoo-2-68f15f3af23d0ad7f6b14ee08a567cf5a581e7ee.zip |
Fixed bug #150696. Thanks to impulze at impulze dot org for reporting it.
(Portage version: 2.1.1)
Diffstat (limited to 'net-nntp/klibido/files')
-rw-r--r-- | net-nntp/klibido/files/klibido-0.2.5-gcc4.1.diff | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/net-nntp/klibido/files/klibido-0.2.5-gcc4.1.diff b/net-nntp/klibido/files/klibido-0.2.5-gcc4.1.diff new file mode 100644 index 000000000000..1d023fcd85cd --- /dev/null +++ b/net-nntp/klibido/files/klibido-0.2.5-gcc4.1.diff @@ -0,0 +1,28 @@ +diff -U 4 -H -b -w -B -E -d -i -r klibido-0.2.5-orig/src/nntpthreadsocket.h klibido-0.2.5/src/nntpthreadsocket.h +--- klibido-0.2.5-orig/src/nntpthreadsocket.h 2006-10-10 13:43:13.000000000 +0200 ++++ klibido-0.2.5/src/nntpthreadsocket.h 2006-10-10 13:44:52.000000000 +0200 +@@ -233,9 +233,9 @@ + bool getBody(QString group, int artnum); //Unimplemented + 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; + +diff -U 4 -H -b -w -B -E -d -i -r klibido-0.2.5-orig/src/yydecoder.h klibido-0.2.5/src/yydecoder.h +--- klibido-0.2.5-orig/src/yydecoder.h 2006-10-10 13:43:13.000000000 +0200 ++++ klibido-0.2.5/src/yydecoder.h 2006-10-10 13:46:02.000000000 +0200 +@@ -86,9 +86,9 @@ + void crcInit(); + + private: + +- inline void yyDecoder::charCRC(const unsigned char *c); ++ inline void charCRC(const unsigned char *c); + + QStringList m_fileParts; + QStringList::Iterator fileIterator; + |