Received: by mail.netbsd.org (Postfix, from userid 605) id F0C0084D6C; Fri, 11 Feb 2022 16:33:19 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 2C62684D6A for ; Fri, 11 Feb 2022 16:33:19 +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 V5jTLJXh4Soo for ; Fri, 11 Feb 2022 16:33:18 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id BF0A584CE3 for ; Fri, 11 Feb 2022 16:33:18 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id AE5B1FB24; Fri, 11 Feb 2022 16:33:18 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Fri, 11 Feb 2022 16:33:18 +0000 From: "Reinoud Zandijk" Subject: CVS commit: src/sys/fs/udf To: source-changes@NetBSD.org X-Mailer: log_accum Message-Id: <20220211163318.AE5B1FB24@cvs.NetBSD.org> Sender: source-changes-owner@NetBSD.org List-Id: Precedence: bulk Reply-To: source-changes-d@NetBSD.org Mail-Reply-To: "Reinoud Zandijk" Mail-Followup-To: source-changes-d@NetBSD.org List-Unsubscribe: Module Name: src Committed By: reinoud Date: Fri Feb 11 16:33:18 UTC 2022 Modified Files: src/sys/fs/udf: udf_osta.c Log Message: Translate 254/255 compID values used for deleted entries as per UDF spec. This allows the printing of the names of deleted file entries. To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 src/sys/fs/udf/udf_osta.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.