Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 27 May 2013 15:38:09 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r319254 - head/net/ifstated/files
Message-ID:  <201305271538.r4RFc9XS048094@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Mon May 27 15:38:09 2013
New Revision: 319254
URL: http://svnweb.freebsd.org/changeset/ports/319254

Log:
  Fix build with clang and byacc

Added:
  head/net/ifstated/files/patch-parse.y   (contents, props changed)

Added: head/net/ifstated/files/patch-parse.y
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net/ifstated/files/patch-parse.y	Mon May 27 15:38:09 2013	(r319254)
@@ -0,0 +1,10 @@
+--- parse.y.orig	2013-05-27 19:12:55.760560261 +0200
++++ parse.y	2013-05-27 19:13:17.025558675 +0200
+@@ -36,6 +36,7 @@
+ #include <limits.h>
+ #include <stdarg.h>
+ #include <stdio.h>
++#include <stdlib.h>
+ #include <string.h>
+ #include <syslog.h>
+ #include <event.h>



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