mirror of
https://git.freebsd.org/ports.git
synced 2025-06-27 15:40:32 -04:00
- 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
11 lines
253 B
C
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;
|