]> git.pld-linux.org Git - packages/devsec.git/blob - devsec-no_extern.patch
- tabs in preamble
[packages/devsec.git] / devsec-no_extern.patch
1 --- ./devsec/tsrep3/server/tsrep3/gui/gui_main.cpp.org  2005-10-26 03:36:29.000000000 +0000
2 +++ ./devsec/tsrep3/server/tsrep3/gui/gui_main.cpp      2006-03-11 23:28:25.000000000 +0000
3 @@ -16,7 +16,7 @@
4  
5  #include "memcpy.h"
6  
7 -extern int v4l_pipe;
8 +int v4l_pipe = -1;
9  
10  MessageHandler *pMsg = NULL;
11  Socket *pSocket = NULL;
This page took 0.072766 seconds and 3 git commands to generate.