SOURCES: nas-gcc4.patch (NEW) - nas-gcc4.patch: fixed error: inval...
qrczak
qrczak at pld-linux.org
Sat Dec 24 13:00:59 CET 2005
Author: qrczak Date: Sat Dec 24 12:00:59 2005 GMT
Module: SOURCES Tag: HEAD
---- Log message:
- nas-gcc4.patch: fixed error: invalid storage class for function
'freeFlow'
---- Files affected:
SOURCES:
nas-gcc4.patch (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SOURCES/nas-gcc4.patch
diff -u /dev/null SOURCES/nas-gcc4.patch:1.1
--- /dev/null Sat Dec 24 13:00:59 2005
+++ SOURCES/nas-gcc4.patch Sat Dec 24 13:00:54 2005
@@ -0,0 +1,12 @@
+--- nas-1.7/server/dia/auutil.c~ 1999-09-05 04:43:13.000000000 +0200
++++ nas-1.7/server/dia/auutil.c 2005-12-24 12:57:34.000000000 +0100
+@@ -172,9 +172,6 @@
+ void
+ AuCreateResourceTypes()
+ {
+- void AuFreeComponent();
+- static void freeFlow();
+-
+ auComponentType = CreateNewResourceType(AuFreeComponent);
+ auFlowType = CreateNewResourceType(freeFlow);
+ }
================================================================
More information about the pld-cvs-commit
mailing list