Date: Thu, 9 Feb 2006 04:50:07 GMT From: Boris Kovalenko <boris@tagnet.ru> To: freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/93015: quagga 0.99.3 vty does not work Message-ID: <200602090450.k194o7n2050745@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/93015; it has been noted by GNATS. From: Boris Kovalenko <boris@tagnet.ru> To: bug-followup@FreeBSD.org, h@cosat.com Cc: Subject: Re: ports/93015: quagga 0.99.3 vty does not work Date: Thu, 09 Feb 2006 09:41:01 +0500 This is a multi-part message in MIME format. --------------010208070901070807070409 Content-Type: text/plain; charset=KOI8-R; format=flowed Content-Transfer-Encoding: 7bit Hello! Please put this patches to /usr/ports/net/quagga/files (replace existing one), recompile and check it is working for You. With respect, Boris --------------010208070901070807070409 Content-Type: text/plain; name="patch-ospfd-ospf_api.c" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="patch-ospfd-ospf_api.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; --------------010208070901070807070409 Content-Type: text/plain; name="patch-lib-buffer.c" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="patch-lib-buffer.c" --- lib/buffer.c.orig Fri Feb 3 13:24:03 2006 +++ lib/buffer.c Fri Feb 3 13:24:15 2006 @@ -53,7 +53,7 @@ size_t sp; /* Actual data stream (variable length). */ - unsigned char data[]; /* real dimension is buffer->size */ + unsigned char data[0]; /* real dimension is buffer->size */ }; /* It should always be true that: 0 <= sp <= cp <= size */ --------------010208070901070807070409--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200602090450.k194o7n2050745>