summaryrefslogtreecommitdiff
path: root/lib/ChangeLog
diff options
context:
space:
mode:
authorajs <ajs>2004-11-25 16:07:53 +0000
committerajs <ajs>2004-11-25 16:07:53 +0000
commite5879ca1d8ea26870dbf74f330f5e6f5a9c93bfa (patch)
tree890045008a54c7b046395417f7ece40c9426ef3f /lib/ChangeLog
parentad4d974d06ba3344e2e0df3277f7e0c42f018a4e (diff)
2004-11-25 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
* 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.
Diffstat (limited to 'lib/ChangeLog')
-rw-r--r--lib/ChangeLog7
1 files changed, 7 insertions, 0 deletions
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 <ajschorr@alumni.princeton.edu>
+
+ * 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 <ajschorr@alumni.princeton.edu>
* zassert.h: New header file to declare a quagga-specific assert macro.