Author: sparky                       Date: Wed Jan 18 20:24:35 2006 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- kill extra qualifiers, needed to build using gcc4

---- Files affected:
SOURCES:
   wvstreams-gcc4.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/wvstreams-gcc4.patch
diff -u /dev/null SOURCES/wvstreams-gcc4.patch:1.1
--- /dev/null   Wed Jan 18 21:24:35 2006
+++ SOURCES/wvstreams-gcc4.patch        Wed Jan 18 21:24:30 2006
@@ -0,0 +1,24 @@
+diff -ur wvstreams-4.0.2/include/unilistgen.h 
wvstreams-4.0.2.gcc4/include/unilistgen.h
+--- wvstreams-4.0.2/include/unilistgen.h       2005-03-24 03:01:23.000000000 
+0100
++++ wvstreams-4.0.2.gcc4/include/unilistgen.h  2006-01-18 21:22:04.000000000 
+0100
+@@ -31,7 +31,7 @@
+ {
+ public:
+     UniListGen(UniConfGenList *_l);
+-    virtual UniListGen::~UniListGen() { delete l; }
++    virtual ~UniListGen() { delete l; }
+ 
+     UniConfGenList *l;
+     UniConfGenList::Iter i;
+diff -ur wvstreams-4.0.2/include/wvhttppool.h 
wvstreams-4.0.2.gcc4/include/wvhttppool.h
+--- wvstreams-4.0.2/include/wvhttppool.h       2005-03-24 03:01:23.000000000 
+0100
++++ wvstreams-4.0.2.gcc4/include/wvhttppool.h  2006-01-18 21:22:20.000000000 
+0100
+@@ -57,7 +57,7 @@
+     WvString linkname;
+     WvUrl url;
+ 
+-    WvUrlLink::WvUrlLink(WvStringParm _linkname, WvStringParm _url)
++    WvUrlLink(WvStringParm _linkname, WvStringParm _url)
+       : linkname(_linkname), url(_url)
+     {}
+ };
================================================================
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to