From owner-svn-src-all@FreeBSD.ORG Tue Feb 16 09:10:21 2010 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A9311106566C; Tue, 16 Feb 2010 09:10:21 +0000 (UTC) (envelope-from uqs@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 7DDE48FC13; Tue, 16 Feb 2010 09:10:21 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.3/8.14.3) with ESMTP id o1G9ALj6075201; Tue, 16 Feb 2010 09:10:21 GMT (envelope-from uqs@svn.freebsd.org) Received: (from uqs@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id o1G9ALip075195; Tue, 16 Feb 2010 09:10:21 GMT (envelope-from uqs@svn.freebsd.org) Message-Id: <201002160910.o1G9ALip075195@svn.freebsd.org> From: Ulrich Spoerlein Date: Tue, 16 Feb 2010 09:10:21 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r203952 - in head: lib/libarchive share/syscons/keymaps tools/regression/usr.bin/env usr.sbin/cxgbtool usr.sbin/ftp-proxy X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Feb 2010 09:10:21 -0000 Author: uqs Date: Tue Feb 16 09:10:21 2010 New Revision: 203952 URL: http://svn.freebsd.org/changeset/base/203952 Log: Add missing newline in last line of file. Uncovered via: fromcvs vs. svn Approved by: ed (co-mentor) Modified: head/lib/libarchive/archive_write_disk.3 head/share/syscons/keymaps/fr.dvorak.acc.kbd head/tools/regression/usr.bin/env/Makefile head/usr.sbin/cxgbtool/Makefile head/usr.sbin/ftp-proxy/Makefile.inc Modified: head/lib/libarchive/archive_write_disk.3 ============================================================================== --- head/lib/libarchive/archive_write_disk.3 Tue Feb 16 08:19:28 2010 (r203951) +++ head/lib/libarchive/archive_write_disk.3 Tue Feb 16 09:10:21 2010 (r203952) @@ -372,4 +372,4 @@ compact implementation when appropriate. There should be a corresponding .Nm archive_read_disk interface that walks a directory heirarchy and returns archive -entry objects. \ No newline at end of file +entry objects. Modified: head/share/syscons/keymaps/fr.dvorak.acc.kbd ============================================================================== --- head/share/syscons/keymaps/fr.dvorak.acc.kbd Tue Feb 16 08:19:28 2010 (r203951) +++ head/share/syscons/keymaps/fr.dvorak.acc.kbd Tue Feb 16 09:10:21 2010 (r203952) @@ -146,4 +146,4 @@ ( 'y' 255 ) ( 'Y' 190 ) dacu '´' ( 'a' 'á' ) ( 'e' 'é' ) ( 'i' 237 ) ( 'o' 'ó') ( 'u' 'ú' ) ( 'A' 'Á' ) ( 'E' 'É' ) ( 'I' 'Í' ) ( 'O' 'Ó' ) ( 'U' 'Ú' ) - ( 'Y' 221 ) ( 'y' 253 ) \ No newline at end of file + ( 'Y' 221 ) ( 'y' 253 ) Modified: head/tools/regression/usr.bin/env/Makefile ============================================================================== --- head/tools/regression/usr.bin/env/Makefile Tue Feb 16 08:19:28 2010 (r203951) +++ head/tools/regression/usr.bin/env/Makefile Tue Feb 16 09:10:21 2010 (r203952) @@ -14,4 +14,4 @@ all: # This will probably need a bit more thought... testenv: @ruby regress-sb.rb --rgdata=${.CURDIR}/regress-env.rgdata \ - --testpgm=${TESTPGM} \ No newline at end of file + --testpgm=${TESTPGM} Modified: head/usr.sbin/cxgbtool/Makefile ============================================================================== --- head/usr.sbin/cxgbtool/Makefile Tue Feb 16 08:19:28 2010 (r203951) +++ head/usr.sbin/cxgbtool/Makefile Tue Feb 16 09:10:21 2010 (r203952) @@ -8,4 +8,4 @@ CFLAGS+= -DCONFIG_T3_REGS -DCHELSIO_INTE install: -.include \ No newline at end of file +.include Modified: head/usr.sbin/ftp-proxy/Makefile.inc ============================================================================== --- head/usr.sbin/ftp-proxy/Makefile.inc Tue Feb 16 08:19:28 2010 (r203951) +++ head/usr.sbin/ftp-proxy/Makefile.inc Tue Feb 16 09:10:21 2010 (r203952) @@ -2,4 +2,4 @@ LIBEVENT= ${.OBJDIR}/../libevent/libevent.a -.include "../Makefile.inc" \ No newline at end of file +.include "../Makefile.inc"