Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 5220284F23 for ; Mon, 18 Dec 2023 14:17:43 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id i1uofLIzz64v for ; Mon, 18 Dec 2023 14:17:43 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id E877684D24 for ; Mon, 18 Dec 2023 14:17:42 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id E3BDCFA42; Mon, 18 Dec 2023 14:17:42 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Mon, 18 Dec 2023 14:17:42 +0000 From: "Martin Husemann" Subject: CVS commit: [netbsd-10] src/bin/df To: source-changes@NetBSD.org Approved: for-source-only Reply-To: martin@netbsd.org X-Mailer: log_accum Message-Id: <20231218141742.E3BDCFA42@cvs.NetBSD.org> Module Name: src Committed By: martin Date: Mon Dec 18 14:17:42 UTC 2023 Modified Files: src/bin/df [netbsd-10]: df.c Log Message: Pull up following revision(s) (requested by kre in ticket #506): bin/df/df.c: revision 1.102 Correctly compute the "Filesystem" column with when using -W (that added "NAME=" occupies space!) To generate a diff of this commit: cvs rdiff -u -r1.101 -r1.101.2.1 src/bin/df/df.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.