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:
parent
84de433e62
commit
97a41f3646
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user