1
0
mirror of https://github.com/moparisthebest/curl synced 2025-01-02 09:28:01 -05:00

trial to fix the HP-UX breakage...

This commit is contained in:
Gunter Knauf 2008-02-26 23:06:15 +00:00
parent 84de433e62
commit 97a41f3646

View 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;
}