Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 31 Mar 2015 12:42:30 -0700
From:      Cy Schubert <Cy.Schubert@komquats.com>
To:        NGie Cooper <yaneurabeya@gmail.com>
Cc:        "svn-src-head@freebsd.org" <svn-src-head@freebsd.org>, "svn-src-all@freebsd.org" <svn-src-all@freebsd.org>, "src-committers@freebsd.org" <src-committers@freebsd.org>, Cy Schubert <cy@freebsd.org>
Subject:   Re: svn commit: r280849 - in head: contrib/ntp  contrib/ntp/adjtimed contrib/ntp/arlib contrib/ntp/clockstuff  contrib/ntp/conf contrib/ntp/html contrib/ntp/html/build  contrib/ntp/html/drivers contrib/nt...
Message-ID:  <201503311942.t2VJgUXf049264@slippy.cwsent.com>
In-Reply-To: Message from NGie Cooper <yaneurabeya@gmail.com> of "Tue, 31 Mar 2015 11:57:38 -0700." <CAGHfRMCG0iPsbaBkdWvWb326c6hMyrT5LXk8QRhBaXGNBLW4Qg@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
In message <CAGHfRMCG0iPsbaBkdWvWb326c6hMyrT5LXk8QRhBaXGNBLW4Qg@mail.gmail.c
om>
, NGie Cooper writes:
> On Mon, Mar 30, 2015 at 6:30 AM, Cy Schubert <cy@freebsd.org> wrote:
> > Author: cy
> > Date: Mon Mar 30 13:30:15 2015
> > New Revision: 280849
> > URL: https://svnweb.freebsd.org/changeset/base/280849
> >
> > Log:
> >   MFV ntp 4.2.8p1 (r258945, r275970, r276091, r276092, r276093, r278284)
> >
> >   Thanks to roberto for providing pointers to wedge this into HEAD.
> >
> >   Approved by:  roberto
> 
> This change broke the build. Please fix :(.
> 

IIRC this is the fix.

Index: ntp_parser.y
===================================================================
--- ntp_parser.y	(revision 280914)
+++ ntp_parser.y	(revision 280915)
@@ -8,8 +8,8 @@
  * Copyright (c) 2006
  */
 
-%parse-param {struct FILE_INFO *ip_file}
-%lex-param {struct FILE_INFO *ip_file}
+%parse-param { struct FILE_INFO *ip_file }
+%lex-param { struct FILE_INFO *ip_file }
 
 %{
   #ifdef HAVE_CONFIG_H



-- 
Cheers,
Cy Schubert <Cy.Schubert@komquats.com> or <Cy.Schubert@cschubert.com>
FreeBSD UNIX:  <cy@FreeBSD.org>   Web:  http://www.FreeBSD.org

	The need of the many outweighs the greed of the few.





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