2004-09-27 Paul Jakma <paul@dishone.st>

	* ospf_packet.c: (ospf_write) (struct msghdr).msg_name is caddr_t
	  on most platforms.
	  (ospf_recv_packet) ditto. And msg_flags is not always there
          memset struct then set fields we care about rather than
          initialise all fields individually.
diff --git a/ospfd/ChangeLog b/ospfd/ChangeLog
index 8423cab..3724e36 100644
--- a/ospfd/ChangeLog
+++ b/ospfd/ChangeLog
@@ -1,3 +1,11 @@
+2004-09-27 Paul Jakma <paul@dishone.st>
+
+	* ospf_packet.c: (ospf_write) (struct msghdr).msg_name is caddr_t
+	  on most platforms.
+	  (ospf_recv_packet) ditto. And msg_flags is not always there
+          memset struct then set fields we care about rather than 
+          initialise all fields individually.
+
 2004-09-26 Hasso Tepper <hasso at quagga.net>
 
 	* ospf_abr.c, ospf_dump.c, ospf_lsa.c, ospf_packet.c, ospf_vty.c,