Source-Changes-HG archive

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

[src/thorpej-futex]: src/sys/compat/linux32/common Remove a redundant prototype.



details:   https://anonhg.NetBSD.org/src/rev/06a205d4885e
branches:  thorpej-futex
changeset: 947550:06a205d4885e
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Thu Dec 17 03:02:06 2020 +0000

description:
Remove a redundant prototype.

diffstat:

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

diffs (27 lines):

diff -r 1e37d04ebef7 -r 06a205d4885e sys/compat/linux32/common/linux32_misc.c
--- a/sys/compat/linux32/common/linux32_misc.c  Thu Dec 17 03:00:28 2020 +0000
+++ b/sys/compat/linux32/common/linux32_misc.c  Thu Dec 17 03:02:06 2020 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: linux32_misc.c,v 1.30.2.1 2020/12/16 03:07:43 thorpej Exp $    */
+/*     $NetBSD: linux32_misc.c,v 1.30.2.2 2020/12/17 03:02:06 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.2.1 2020/12/16 03:07:43 thorpej Exp $");
+__KERNEL_RCSID(0, "$NetBSD: linux32_misc.c,v 1.30.2.2 2020/12/17 03:02:06 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