2005-04-08 Andrew J. Schorr <ajschorr@alumni.princeton.edu>

	* vty.c: (vty_log_fixed) Use casts to (void *) to try to eliminate
	  compiler warnings when assigning a (const char *) value to
	  struct iovec iov_base.
diff --git a/lib/ChangeLog b/lib/ChangeLog
index 86a3b85..a6f3ca4 100644
--- a/lib/ChangeLog
+++ b/lib/ChangeLog
@@ -1,5 +1,11 @@
 2005-04-08 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
 
+	* vty.c: (vty_log_fixed) Use casts to (void *) to try to eliminate
+	  compiler warnings when assigning a (const char *) value to
+	  struct iovec iov_base.
+
+2005-04-08 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
+
 	* zebra.h: If GNU_LINUX is defined, then define _GNU_SOURCE.  This
 	  fixes a problem where we were not getting the declaration of strnlen
 	  in <string.h>.