summaryrefslogtreecommitdiff
path: root/watchquagga/ChangeLog
diff options
context:
space:
mode:
authorajs <ajs>2004-12-29 17:45:08 +0000
committerajs <ajs>2004-12-29 17:45:08 +0000
commitf2d8257fe428504bb3378ea1e1ddbec0c82e0b81 (patch)
treefb1417438a74a18dc5e1444f17092599fb489162 /watchquagga/ChangeLog
parenta365534f8d695438eb57aa8fd4e36288a59e05ad (diff)
2004-12-29 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
* watchquagga.c: In several places, cast pid_t to int for printf to avoid complaints on Solaris 8.
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 28a3a297..d40c1557 100644
--- a/watchquagga/ChangeLog
+++ b/watchquagga/ChangeLog
@@ -1,5 +1,10 @@
2004-12-29 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
+ * watchquagga.c: In several places, cast pid_t to int for printf to
+ avoid complaints on Solaris 8.
+
+2004-12-29 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
+
* watchquagga.c: Fix headers: get most stuff from zebra.h.
2004-12-23 Paul Jakma <paul@dishone.st>