From: chas w. <ch...@us...> - 2005-09-27 23:16:43
|
Update of /cvsroot/linux-atm/linux-atm/src/qgen In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23331/src/qgen Modified Files: Tag: V2_5_0 qlib.c Log Message: compiles with gcc4 now Index: qlib.c =================================================================== RCS file: /cvsroot/linux-atm/linux-atm/src/qgen/qlib.c,v retrieving revision 1.2 retrieving revision 1.2.2.1 diff -C2 -d -r1.2 -r1.2.2.1 *** qlib.c 9 Oct 2001 22:33:07 -0000 1.2 --- qlib.c 27 Sep 2005 23:16:26 -0000 1.2.2.1 *************** *** 27,31 **** ! static int debug = 0; --- 27,31 ---- ! int debug = 0; |