Received: by mail.netbsd.org (Postfix, from userid 605) id 625BA84F36; Thu, 25 Nov 2021 02:09:24 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 9549284F35 for ; Thu, 25 Nov 2021 02:09:23 +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 5GEbTLIqNqBK for ; Thu, 25 Nov 2021 02:09:23 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 3A16384F31 for ; Thu, 25 Nov 2021 02:09:23 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 37703FAEC; Thu, 25 Nov 2021 02:09:23 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Thu, 25 Nov 2021 02:09:23 +0000 From: "Ryo Shimizu" Subject: CVS commit: src/sys/compat/linux/common To: source-changes@NetBSD.org X-Mailer: log_accum Message-Id: <20211125020923.37703FAEC@cvs.NetBSD.org> Sender: source-changes-owner@NetBSD.org List-Id: Precedence: bulk Reply-To: source-changes-d@NetBSD.org Mail-Reply-To: "Ryo Shimizu" Mail-Followup-To: source-changes-d@NetBSD.org List-Unsubscribe: Module Name: src Committed By: ryo Date: Thu Nov 25 02:09:23 UTC 2021 Modified Files: src/sys/compat/linux/common: linux_file64.c Log Message: rename bsd_to_linux_stat() to bsd_to_linux_stat64() to avoid confusion. There is a static function with the same name in linux/common/linux_file.c. NFC. To generate a diff of this commit: cvs rdiff -u -r1.64 -r1.66 src/sys/compat/linux/common/linux_file64.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.