mirror of
https://github.com/moparisthebest/curl
synced 2025-01-04 18:38:03 -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);
|
fprintf(pidfile, "%ld\n", pid);
|
||||||
fclose(pidfile);
|
fclose(pidfile);
|
||||||
logmsg("Wrote pid %ld to %s", pid, filename);
|
logmsg("Wrote pid %ld to %s", pid, filename);
|
||||||
return true;
|
return TRUE;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user