Received: by mail.netbsd.org (Postfix, from userid 605) id 7E89C84DE4; Sat, 28 Dec 2019 08:00:09 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 0620A84DE2 for ; Sat, 28 Dec 2019 08:00:09 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id SbZoQz1NP-_t for ; Sat, 28 Dec 2019 08:00:08 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 9DA4884DA8 for ; Sat, 28 Dec 2019 08:00:08 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 8B5A9FA97; Sat, 28 Dec 2019 08:00:08 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Sat, 28 Dec 2019 08:00:08 +0000 From: "Tomohiro Kusumi" Subject: CVS commit: src/usr.sbin/fstyp To: source-changes@NetBSD.org X-Mailer: log_accum Message-Id: <20191228080008.8B5A9FA97@cvs.NetBSD.org> Sender: source-changes-owner@NetBSD.org List-Id: source-changes.NetBSD.org Precedence: bulk Reply-To: source-changes-d@NetBSD.org Mail-Reply-To: "Tomohiro Kusumi" Mail-Followup-To: source-changes-d@NetBSD.org List-Unsubscribe: Module Name: src Committed By: tkusumi Date: Sat Dec 28 08:00:08 UTC 2019 Modified Files: src/usr.sbin/fstyp: exfat.c fstyp.c fstyp.h Log Message: fstyp: Show exFAT volume labels with -l flag taken-from: FreeBSD (freebsd/freebsd@73773fcda9f69ce7ee0c73292f273bab940223bf) To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/usr.sbin/fstyp/exfat.c cvs rdiff -u -r1.5 -r1.6 src/usr.sbin/fstyp/fstyp.c cvs rdiff -u -r1.4 -r1.5 src/usr.sbin/fstyp/fstyp.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.