Module Name: src
Committed By: thorpej
Date: Sun Sep 19 22:32:45 UTC 2021
Modified Files:
src/sys/compat/linux32/common: linux32_misc.c
Log Message:
Remove redundant linux32_to_native_timespec() prototype.
To generate a diff of this commit:
cvs rdiff -u -r1.30 -r1.31 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 src/sys/compat/linux32/common/linux32_misc.c:1.31
--- src/sys/compat/linux32/common/linux32_misc.c:1.30 Sun May 3 01:06:56 2020
+++ src/sys/compat/linux32/common/linux32_misc.c Sun Sep 19 22:32:45 2021
@@ -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 @@ __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.
*/