less,klogd,syslogd,nc,tcpudp: exit on signal by killing itself, not exit(1)
*: minor shrink
This commit is contained in:
@@ -43,7 +43,7 @@ Cf:
|
||||
#define TIMEOUT_LONG 10
|
||||
#define MAXERRORS 10
|
||||
|
||||
static int read_byte(int fd, unsigned int timeout)
|
||||
static int read_byte(int fd, unsigned timeout)
|
||||
{
|
||||
char buf[1];
|
||||
int n;
|
||||
|
Reference in New Issue
Block a user