From 00c290e02edd6c906b669de9f31a45d14ed8bec0 Mon Sep 17 00:00:00 2001 From: paul Date: Sat, 26 Nov 2005 09:21:43 +0000 Subject: [c99] change gcc zero-length array to C99 flexible array declaration 2005-11-26 Paul Jakma * buffer.c: (struct buffer_data) change gcc zero array declaration to C99 incomplete array. * stream.h: (struct stream) same * ospf_api.c: (struct opaque_lsa) same --- ospfd/ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ospfd/ChangeLog') diff --git a/ospfd/ChangeLog b/ospfd/ChangeLog index d202e29c..064ed839 100644 --- a/ospfd/ChangeLog +++ b/ospfd/ChangeLog @@ -1,3 +1,8 @@ +2005-11-26 Paul Jakma + + * ospf_api.c: (struct opaque_lsa) change from gcc zero-length + array to C99 incomplete type array. + 2005-11-20 Paul Jakma * ospfd.h: remove the OSPF_ROUTER_ID_UPDATE_DELAY define -- cgit v1.2.1