Module Name: src
Committed By: thorpej
Date: Thu Dec 17 03:02:07 UTC 2020
Modified Files:
src/sys/compat/linux32/common [thorpej-futex]: linux32_misc.c
Log Message:
Remove a redundant prototype.
To generate a diff of this commit:
cvs rdiff -u -r1.30.2.1 -r1.30.2.2 \
src/sys/compat/linux32/common/linux32_misc.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/compat/linux32/common/linux32_misc.c
diff -u src/sys/compat/linux32/common/linux32_misc.c:1.30.2.1 src/sys/compat/linux32/common/linux32_misc.c:1.30.2.2
--- src/sys/compat/linux32/common/linux32_misc.c:1.30.2.1 Wed Dec 16 03:07:43 2020
+++ src/sys/compat/linux32/common/linux32_misc.c Thu Dec 17 03:02:06 2020
@@ -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 @@ __KERNEL_RCSID(0, "$NetBSD: linux32_misc
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.
*/