Commit 97a41f36 authored by Guenter Knauf's avatar Guenter Knauf
Browse files

trial to fix the HP-UX breakage...

parent 84de433e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -236,5 +236,5 @@ bool write_pidfile(const char *filename)
  fprintf(pidfile, "%ld\n", pid);
  fclose(pidfile);
  logmsg("Wrote pid %ld to %s", pid, filename);
  return true;
  return TRUE;
}