[lwatch-cvs] files/src control.c,1.6,1.7
Brought to you by:
arturcz
|
From: <ar...@us...> - 2002-06-30 00:32:49
|
Update of /cvsroot/lwatch/files/src
In directory usw-pr-cvs1:/tmp/cvs-serv1887
Modified Files:
control.c
Log Message:
Remove redundant code.
Index: control.c
===================================================================
RCS file: /cvsroot/lwatch/files/src/control.c,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** control.c 30 Jun 2002 00:02:21 -0000 1.6
--- control.c 30 Jun 2002 00:32:46 -0000 1.7
***************
*** 52,56 ****
int ex;
ex=0;
- if((i==SIGTERM)||(i==SIGINT)) loop=0;
switch(i) {
case SIGTERM:
--- 52,55 ----
|