SOURCES: gsweb-static-fix.patch (NEW) - added

aredridel aredridel at pld-linux.org
Tue Nov 14 01:22:13 CET 2006


Author: aredridel                    Date: Tue Nov 14 00:22:13 2006 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- added

---- Files affected:
SOURCES:
   gsweb-static-fix.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/gsweb-static-fix.patch
diff -u /dev/null SOURCES/gsweb-static-fix.patch:1.1
--- /dev/null	Tue Nov 14 01:22:13 2006
+++ SOURCES/gsweb-static-fix.patch	Tue Nov 14 01:22:07 2006
@@ -0,0 +1,14 @@
+diff -ur gsweb-o/GSWAdaptors/common/GSWConfig.c gsweb/GSWAdaptors/common/GSWConfig.c
+--- gsweb-o/GSWAdaptors/common/GSWConfig.c	2004-12-27 09:33:24.000000000 -0700
++++ gsweb/GSWAdaptors/common/GSWConfig.c	2006-11-13 16:32:09.000000000 -0700
+@@ -97,8 +97,8 @@
+ 
+ //====================================================================
+ GSWLock          g_lockAppList=NULL;
+-static GSWDict  *g_pAppDict = NULL;
+-static time_t    config_mtime = (time_t)0;
++GSWDict  *g_pAppDict = NULL;
++time_t    config_mtime = (time_t)0;
+ static GSWConfig g_gswConfig;
+ static char      g_szServerStringInfo[1024]="";
+ static char      g_szAdaptorStringInfo[1024]="";
================================================================


More information about the pld-cvs-commit mailing list