From 202d08cab9ef110dcbf6202cd0223d8877c7f0b6 Mon Sep 17 00:00:00 2001 From: ajs Date: Fri, 17 Dec 2004 20:50:00 +0000 Subject: 2004-12-17 Andrew J. Schorr * 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. --- lib/ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'lib/ChangeLog') 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 + + * 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 * sigevent.c: (trap_default_signals) Ignore SIGPIPE instead of exiting. -- cgit v1.2.1