From e5879ca1d8ea26870dbf74f330f5e6f5a9c93bfa Mon Sep 17 00:00:00 2001 From: ajs Date: Thu, 25 Nov 2004 16:07:53 +0000 Subject: 2004-11-25 Andrew J. Schorr * pid_output.c: (pid_output_lock) Fix 2 bugs: when locking, should set l_whence to SEEK_SET, not SEEK_END. And after writing new pid to file, must ftruncate to eliminate any extraneous bytes left over from the last time a pid was written. --- lib/ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'lib/ChangeLog') diff --git a/lib/ChangeLog b/lib/ChangeLog index 6ba1d6f4..d1fa0f4c 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,10 @@ +2004-11-25 Andrew J. Schorr + + * pid_output.c: (pid_output_lock) Fix 2 bugs: when locking, should + set l_whence to SEEK_SET, not SEEK_END. And after writing new + pid to file, must ftruncate to eliminate any extraneous bytes left + over from the last time a pid was written. + 2004-11-24 Andrew J. Schorr * zassert.h: New header file to declare a quagga-specific assert macro. -- cgit v1.2.1