ports/93015: quagga 0.99.3 vty does not work

Boris Kovalenko boris at tagnet.ru
Thu Feb 9 04:50:08 UTC 2006


The following reply was made to PR ports/93015; it has been noted by GNATS.

From: Boris Kovalenko <boris at tagnet.ru>
To: bug-followup at FreeBSD.org,  h at 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--



More information about the freebsd-ports-bugs mailing list