aboutsummaryrefslogtreecommitdiff
path: root/net/quagga/files/patch-ospfd-ospf_api.c
blob: e641ce884d1e80f5a79e3f9751ab805d55379d2b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- ospfd/ospf_api.c.orig	Thu Nov 24 21:51:16 2005
+++ ospfd/ospf_api.c	Wed Feb  8 11:49:31 2006
@@ -68,7 +68,7 @@
   struct opaque_lsa
   {
     struct lsa_header header;
-    u_char mydata[];
+    u_char mydata[0];
   };
 
   struct opaque_lsa *olsa;