summaryrefslogtreecommitdiff
path: root/lib/ChangeLog
diff options
context:
space:
mode:
authorajs <ajs>2004-12-17 20:50:00 +0000
committerajs <ajs>2004-12-17 20:50:00 +0000
commit202d08cab9ef110dcbf6202cd0223d8877c7f0b6 (patch)
tree50fabfbb3e4567c9f4fd91d08c3ec72529158545 /lib/ChangeLog
parentfa40f65874ca21bb9cca59ab5ddc8dbaf046f3c8 (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.
Diffstat (limited to 'lib/ChangeLog')
-rw-r--r--lib/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog
index 22f60c24..a91901cd 100644
--- a/lib/ChangeLog
+++ b/lib/ChangeLog
@@ -1,3 +1,11 @@
+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.
+
2004-12-15 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
* sigevent.c: (trap_default_signals) Ignore SIGPIPE instead of exiting.