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/5ea2747b9b4c
branches: thorpej-futex
changeset: 961133:5ea2747b9b4c
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 ed7dfaaaea53 -r 5ea2747b9b4c 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