Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/compat/linux/common rename bsd_to_linux_stat() to bsd_to...
details: https://anonhg.NetBSD.org/src/rev/92664ab9052c
branches: trunk
changeset: 1026431:92664ab9052c
user: ryo <ryo%NetBSD.org@localhost>
date: Thu Nov 25 02:09:23 2021 +0000
description:
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.
diffstat:
sys/compat/linux/common/linux_file64.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 03dd55a28ab3 -r 92664ab9052c sys/compat/linux/common/linux_file64.c
--- a/sys/compat/linux/common/linux_file64.c Thu Nov 25 02:08:55 2021 +0000
+++ b/sys/compat/linux/common/linux_file64.c Thu Nov 25 02:09:23 2021 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: linux_file64.c,v 1.65 2021/11/25 02:08:55 ryo Exp $ */
+/* $NetBSD: linux_file64.c,v 1.66 2021/11/25 02:09:23 ryo Exp $ */
/*-
* Copyright (c) 1995, 1998, 2000, 2008 The NetBSD Foundation, Inc.
@@ -34,7 +34,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: linux_file64.c,v 1.65 2021/11/25 02:08:55 ryo Exp $");
+__KERNEL_RCSID(0, "$NetBSD: linux_file64.c,v 1.66 2021/11/25 02:09:23 ryo Exp $");
#include <sys/param.h>
#include <sys/systm.h>
Home |
Main Index |
Thread Index |
Old Index