Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/compat/linux32/common Remove redundant linux32_to_native...



details:   https://anonhg.NetBSD.org/src/rev/14aaa3943d3a
branches:  trunk
changeset: 1023641:14aaa3943d3a
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Sun Sep 19 22:32:45 2021 +0000

description:
Remove redundant linux32_to_native_timespec() prototype.

diffstat:

 sys/compat/linux32/common/linux32_misc.c |  6 ++----
 1 files changed, 2 insertions(+), 4 deletions(-)

diffs (27 lines):

diff -r f4ad10051219 -r 14aaa3943d3a sys/compat/linux32/common/linux32_misc.c
--- a/sys/compat/linux32/common/linux32_misc.c  Sun Sep 19 22:30:28 2021 +0000
+++ b/sys/compat/linux32/common/linux32_misc.c  Sun Sep 19 22:32:45 2021 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: linux32_misc.c,v 1.30 2020/05/03 01:06:56 thorpej Exp $        */
+/*     $NetBSD: linux32_misc.c,v 1.31 2021/09/19 22:32:45 thorpej Exp $        */
 
 /*-
  * Copyright (c) 1995, 1998, 1999 The NetBSD Foundation, Inc.
@@ -32,7 +32,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: linux32_misc.c,v 1.30 2020/05/03 01:06:56 thorpej Exp $");
+__KERNEL_RCSID(0, "$NetBSD: linux32_misc.c,v 1.31 2021/09/19 22:32:45 thorpej Exp $");
 
 #include <sys/param.h>
 #include <sys/proc.h>
@@ -67,8 +67,6 @@
 extern const struct linux_mnttypes linux_fstypes[];
 extern const int linux_fstypes_cnt;
 
-void linux32_to_native_timespec(struct timespec *, struct linux32_timespec *);
-
 /*
  * Implement the fs stat functions. Straightforward.
  */



Home | Main Index | Thread Index | Old Index