ports/net/quagga/files/patch-ospfd-ospf_api.c
Sergey Matveychuk 8558006a0a - Fix a crash when vtysh was executed.
- Remove useless target (install is default) in depends

PR:		ports/93094
Reported by:	TANABE Hiroyasu <h@cosat.com>, John <freebsd@moe.co.uk>
Submitted by:	maintainer
2006-02-10 12:45:36 +00:00

11 lines
253 B
C

--- 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;