summaryrefslogtreecommitdiff
path: root/watchquagga/ChangeLog
diff options
context:
space:
mode:
authorajs <ajs>2004-12-22 17:00:46 +0000
committerajs <ajs>2004-12-22 17:00:46 +0000
commit098e240fdfcf4d5dc03fdea09250e516151301dc (patch)
tree7a076e4d0153a6d92d3fef5adea6861b8b70dfc7 /watchquagga/ChangeLog
parent341a8f1ac9d584ca9dd44bd1b5f90588f475e769 (diff)
2004-12-22 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
* watchquagga.c: Try for gcc 2.95 compatibility (avoid %z and a tricky initialization).
Diffstat (limited to 'watchquagga/ChangeLog')
-rw-r--r--watchquagga/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/watchquagga/ChangeLog b/watchquagga/ChangeLog
index d3c4b727..3e3017e4 100644
--- a/watchquagga/ChangeLog
+++ b/watchquagga/ChangeLog
@@ -1,5 +1,10 @@
2004-12-22 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
+ * watchquagga.c: Try for gcc 2.95 compatibility (avoid %z and a tricky
+ initialization).
+
+2004-12-22 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
+
* watchquagga.c: Add -b option to circumvent difficulties passing
embedded spaces in command-line arguments. This is an ugly hack,
we should probably use a config file instead.