Date: Mon, 25 Nov 2002 14:59:52 -0800 (PST) From: Garance A Drosehn <gad@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/diff util.c Message-ID: <200211252259.gAPMxq3Y021234@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
gad 2002/11/25 14:59:52 PST Modified files: contrib/diff util.c Log: Add back the "\ No newline at end of file" marker that is printed when comparing two files, where only one file is missing the final newline character. This undoes revisions 1.3 and 1.4, returning 'diff' to how it behaved before July 2000. We can do this now because our version of 'patch' was modified (just before 4.6-release) to understand what to do with that line. This marker is the same one generated by 'diff' under netbsd, openbsd, darwin, and linux (and any OS with "gnu-diff" installed). Reviewed by: imp freebsd-standards (back in april) Approved by: re (bmah) MFC after: 1 week Revision Changes Path 1.5 +2 -2 src/contrib/diff/util.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200211252259.gAPMxq3Y021234>