Fix compile errors and warnings.

This commit is contained in:
Guus Sliepen 2003-07-29 10:50:15 +00:00
parent 0e94541331
commit 714fb32d03
12 changed files with 193 additions and 193 deletions

View file

@ -69,7 +69,6 @@ int check_pid (char *pidfile)
errno = 0;
if (kill(pid, 0) && errno == ESRCH)
return(0);
#endif
return pid;
}