svn commit: r280915 - head/contrib/ntp/ntpd

Cy Schubert cy at FreeBSD.org
Tue Mar 31 19:35:33 UTC 2015


Author: cy
Date: Tue Mar 31 19:35:32 2015
New Revision: 280915
URL: https://svnweb.freebsd.org/changeset/base/280915

Log:
  Fix build.

Modified:
  head/contrib/ntp/ntpd/ntp_parser.y

Modified: head/contrib/ntp/ntpd/ntp_parser.y
==============================================================================
--- head/contrib/ntp/ntpd/ntp_parser.y	Tue Mar 31 19:12:13 2015	(r280914)
+++ head/contrib/ntp/ntpd/ntp_parser.y	Tue Mar 31 19:35:32 2015	(r280915)
@@ -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


More information about the svn-src-head mailing list