From owner-cvs-all Mon Dec 2 21:46:38 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5DFB337B401; Mon, 2 Dec 2002 21:46:37 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E3C9A43E4A; Mon, 2 Dec 2002 21:46:36 -0800 (PST) (envelope-from gad@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gB35gSmV007280; Mon, 2 Dec 2002 21:42:28 -0800 (PST) (envelope-from gad@repoman.freebsd.org) Received: (from gad@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gB35gSsh007279; Mon, 2 Dec 2002 21:42:28 -0800 (PST) Message-Id: <200212030542.gB35gSsh007279@repoman.freebsd.org> From: Garance A Drosehn Date: Mon, 2 Dec 2002 21:42:28 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/diff util.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG gad 2002/12/02 21:42:28 PST Modified files: (Branch: RELENG_4) contrib/diff util.c Log: MFC 1.5: Add back the "\ No newline at end of file" marker printed when comparing two files, if only one of them is missing the final newline character. This returns 'diff' to how it behaved before July 2000 (which is okay now that we updated 'patch' to understand that line). Revision Changes Path 1.2.6.3 +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