summaryrefslogtreecommitdiffstats
path: root/usr.bin
diff options
context:
space:
mode:
authorsjg <sjg@FreeBSD.org>2013-08-10 21:31:35 +0000
committersjg <sjg@FreeBSD.org>2013-08-10 21:31:35 +0000
commit0e7402e0467f2c12faf1ab60ccb92dec98b5e180 (patch)
tree394ca330f5d8ecccf6fd2cb13b9031696509a049 /usr.bin
parentfc8a240c932befded2fb41a38bf6edddb8cae527 (diff)
downloadFreeBSD-src-0e7402e0467f2c12faf1ab60ccb92dec98b5e180.zip
FreeBSD-src-0e7402e0467f2c12faf1ab60ccb92dec98b5e180.tar.gz
ParseGetLine: don't treat a zero byte as end of buffer if P_end says it isn't.
Consume up to next newline, and issue a parse warning. If no newline found before P_end, carry on as before.
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/bmake/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/bmake/Makefile b/usr.bin/bmake/Makefile
index 86414d4..f7c403c 100644
--- a/usr.bin/bmake/Makefile
+++ b/usr.bin/bmake/Makefile
@@ -17,7 +17,7 @@ CLEANFILES+= bootstrap
# $Id: Makefile,v 1.17 2013/07/30 19:13:53 sjg Exp $
# Base version on src date
-MAKE_VERSION= 20130730
+MAKE_VERSION= 20130810
PROG?= ${.CURDIR:T}
OpenPOWER on IntegriCloud