commit | 202d08cab9ef110dcbf6202cd0223d8877c7f0b6 | [log] [tgz] |
---|---|---|
author | ajs <ajs> | Fri Dec 17 20:50:00 2004 +0000 |
committer | ajs <ajs> | Fri Dec 17 20:50:00 2004 +0000 |
tree | 50fabfbb3e4567c9f4fd91d08c3ec72529158545 | |
parent | fa40f65874ca21bb9cca59ab5ddc8dbaf046f3c8 [diff] |
2004-12-17 Andrew J. Schorr <ajschorr@alumni.princeton.edu> * pid_output.c: (pid_output_lock) Eliminate static function, and just use the #ifdef to decide which version of the function to include. This eliminates a compilation problem with gcc4. And fix the non-fcntl version so that it actually compiles. Exit with status 1 instead of -1 on error.