[Netadm-devel] gwc/pf sysklog.c,1.2,1.3
Status: Beta
Brought to you by:
linuxpark
|
From: linuxpark <lin...@us...> - 2006-05-08 17:52:50
|
Update of /cvsroot/netadm/gwc/pf In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27258 Modified Files: sysklog.c Log Message: DEL: remove no needed auto var. Index: sysklog.c =================================================================== RCS file: /cvsroot/netadm/gwc/pf/sysklog.c,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** sysklog.c 6 May 2006 17:33:33 -0000 1.2 --- sysklog.c 6 May 2006 20:48:08 -0000 1.3 *************** *** 533,538 **** static unsigned int gwc_sys_poll(struct file *file, poll_table *wait) { - static int i = 0; - poll_wait(file, &log_wait[GWC_KSYS_IDX], wait); --- 533,536 ---- |