Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 9 Feb 2006 05:20:08 GMT
From:      "TANABE Hiroyasu" <h@cosat.com>
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   RE: ports/93015: quagga 0.99.3 vty does not work
Message-ID:  <200602090520.k195K8IK051848@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: "TANABE Hiroyasu" <h@cosat.com>
To: "'Boris Kovalenko'" <boris@tagnet.ru>,
	<bug-followup@FreeBSD.org>
Cc:  
Subject: RE: ports/93015: quagga 0.99.3 vty does not work
Date: Thu, 9 Feb 2006 14:13:10 +0900

 This is a multi-part message in MIME format.
 
 ------=_NextPart_000_0172_01C62D82.F4ECDD00
 Content-Type: text/plain;
 	charset="us-ascii"
 Content-Transfer-Encoding: 7bit
 
 Hello,
 
 Thank you for your patch
 and I'm checking the patched quagga.
 It is working now.
 
 Thanks,
 
 Hiroyasu
 
 ------=_NextPart_000_0172_01C62D82.F4ECDD00
 Content-Type: text/plain;
 	name="patch-ospfd-ospf_api.c"
 Content-Transfer-Encoding: quoted-printable
 Content-Disposition: attachment;
 	filename="patch-ospfd-ospf_api.c"
 
 --- ospfd/ospf_api.c.orig	Thu Nov 24 21:51:16 2005=0A=
 +++ ospfd/ospf_api.c	Wed Feb  8 11:49:31 2006=0A=
 @@ -68,7 +68,7 @@=0A=
    struct opaque_lsa=0A=
    {=0A=
      struct lsa_header header;=0A=
 -    u_char mydata[];=0A=
 +    u_char mydata[0];=0A=
    };=0A=
  =0A=
    struct opaque_lsa *olsa;=0A=
 
 ------=_NextPart_000_0172_01C62D82.F4ECDD00
 Content-Type: text/plain;
 	name="patch-lib-buffer.c"
 Content-Transfer-Encoding: quoted-printable
 Content-Disposition: attachment;
 	filename="patch-lib-buffer.c"
 
 --- lib/buffer.c.orig	Fri Feb  3 13:24:03 2006=0A=
 +++ lib/buffer.c	Fri Feb  3 13:24:15 2006=0A=
 @@ -53,7 +53,7 @@=0A=
    size_t sp;=0A=
  =0A=
    /* Actual data stream (variable length). */=0A=
 -  unsigned char data[];  /* real dimension is buffer->size */=0A=
 +  unsigned char data[0];  /* real dimension is buffer->size */=0A=
  };=0A=
  =0A=
  /* It should always be true that: 0 <=3D sp <=3D cp <=3D size */=0A=
 
 ------=_NextPart_000_0172_01C62D82.F4ECDD00--
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200602090520.k195K8IK051848>