svn commit: r226731 - head/sbin/hastctl

Pawel Jakub Dawidek pjd at FreeBSD.org
Tue Oct 25 13:49:49 UTC 2011


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


More information about the svn-src-head mailing list