From owner-svn-src-head@FreeBSD.ORG Sun Nov 4 12:48:00 2012 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 6D058474; Sun, 4 Nov 2012 12:48:00 +0000 (UTC) (envelope-from pawel@dawidek.net) Received: from mail.dawidek.net (garage.dawidek.net [91.121.88.72]) by mx1.freebsd.org (Postfix) with ESMTP id 6D3108FC0A; Sun, 4 Nov 2012 12:47:59 +0000 (UTC) Received: from localhost (89-73-195-149.dynamic.chello.pl [89.73.195.149]) by mail.dawidek.net (Postfix) with ESMTPSA id 91898AC5; Sun, 4 Nov 2012 13:46:27 +0100 (CET) Date: Sun, 4 Nov 2012 13:48:43 +0100 From: Pawel Jakub Dawidek To: Jaakko Heinonen Subject: Re: svn commit: r242511 - head/sbin/fsck_msdosfs Message-ID: <20121104124843.GR1399@garage.freebsd.pl> References: <201211030918.qA39IcH6030403@svn.freebsd.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="RpDyejMaDGJhP2PU" Content-Disposition: inline In-Reply-To: <201211030918.qA39IcH6030403@svn.freebsd.org> X-OS: FreeBSD 10.0-CURRENT amd64 User-Agent: Mutt/1.5.21 (2010-09-15) Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 04 Nov 2012 12:48:00 -0000 --RpDyejMaDGJhP2PU Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat, Nov 03, 2012 at 09:18:38AM +0000, Jaakko Heinonen wrote: > Author: jh > Date: Sat Nov 3 09:18:37 2012 > New Revision: 242511 > URL: http://svn.freebsd.org/changeset/base/242511 >=20 > Log: > Print a newline after the error message. > =20 > PR: bin/168447 > Submitted by: Boris Kochergin >=20 > Modified: > head/sbin/fsck_msdosfs/check.c >=20 > Modified: head/sbin/fsck_msdosfs/check.c > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D > --- head/sbin/fsck_msdosfs/check.c Sat Nov 3 04:56:08 2012 (r242510) > +++ head/sbin/fsck_msdosfs/check.c Sat Nov 3 09:18:37 2012 (r242511) > @@ -68,6 +68,7 @@ checkfilesys(const char *fname) > =20 > if (dosfs < 0) { > perr("Can't open `%s'", fname); > + printf("\n"); Why not just add \n to perr()? Doesn't perr() print at stderr, not stdout? --=20 Pawel Jakub Dawidek http://www.wheelsystems.com FreeBSD committer http://www.FreeBSD.org Am I Evil? Yes, I Am! http://tupytaj.pl --RpDyejMaDGJhP2PU Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.19 (FreeBSD) iEYEARECAAYFAlCWZCsACgkQForvXbEpPzSpfwCdEnH+/G6EAlerUlCQL6i6nEOn MHEAoOL+Pq9GgudAUtl1lmwElOh5++Lq =+1JO -----END PGP SIGNATURE----- --RpDyejMaDGJhP2PU--