Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 25 Oct 2011 13:49:48 +0000 (UTC)
From:      Pawel Jakub Dawidek <pjd@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r226731 - head/sbin/hastctl
Message-ID:  <201110251349.p9PDnmw0098309@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pjd
Date: Tue Oct 25 13:49:48 2011
New Revision: 226731
URL: http://svn.freebsd.org/changeset/base/226731

Log:
  Revert r226726. The line was not duplicated.
  
  Spotted by:	pluknet
  MFC after:	3 days

Modified:
  head/sbin/hastctl/Makefile

Modified: head/sbin/hastctl/Makefile
==============================================================================
--- head/sbin/hastctl/Makefile	Tue Oct 25 13:44:23 2011	(r226730)
+++ head/sbin/hastctl/Makefile	Tue Oct 25 13:49:48 2011	(r226731)
@@ -28,6 +28,7 @@ CFLAGS+=-DINET6
 .endif
 # This is needed to have WARNS > 1.
 CFLAGS+=-DYY_NO_UNPUT
+CFLAGS+=-DYY_NO_INPUT
 
 DPADD=	${LIBL} ${LIBUTIL}
 LDADD=	-ll -lutil



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