SOURCES: devsec-no_extern.patch (NEW) - initial, wild guess, might...

blues blues at pld-linux.org
Sun Mar 12 01:13:46 CET 2006


Author: blues                        Date: Sun Mar 12 00:13:46 2006 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- initial, wild guess, might be not good... it's too late now...

---- Files affected:
SOURCES:
   devsec-no_extern.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/devsec-no_extern.patch
diff -u /dev/null SOURCES/devsec-no_extern.patch:1.1
--- /dev/null	Sun Mar 12 01:13:46 2006
+++ SOURCES/devsec-no_extern.patch	Sun Mar 12 01:13:41 2006
@@ -0,0 +1,11 @@
+--- ./devsec/tsrep3/server/tsrep3/gui/gui_main.cpp.org	2005-10-26 03:36:29.000000000 +0000
++++ ./devsec/tsrep3/server/tsrep3/gui/gui_main.cpp	2006-03-11 23:28:25.000000000 +0000
+@@ -16,7 +16,7 @@
+ 
+ #include "memcpy.h"
+ 
+-extern int v4l_pipe;
++int v4l_pipe = -1;
+ 
+ MessageHandler *pMsg = NULL;
+ Socket *pSocket = NULL;
================================================================


More information about the pld-cvs-commit mailing list