]> granicus.if.org Git - curl/commitdiff
trial to fix the HP-UX breakage...
authorGunter Knauf <gk@gknw.de>
Tue, 26 Feb 2008 23:06:15 +0000 (23:06 +0000)
committerGunter Knauf <gk@gknw.de>
Tue, 26 Feb 2008 23:06:15 +0000 (23:06 +0000)
tests/server/util.c

index 66210a50e8ccfc89359acf7c9f9c1c84f09329a9..762fa8450c5bb3e492be5dd0901bbc47bcba5925 100644 (file)
@@ -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;
 }