Fix compile errors and warnings.
[tinc] / lib / pidfile.c
index 4a7276d..368dad4 100644 (file)
@@ -69,7 +69,6 @@ int check_pid (char *pidfile)
   errno = 0;
   if (kill(pid, 0) && errno == ESRCH)
          return(0);
-#endif
 
   return pid;
 }