git: bda0c0dc87c5 - stable/14 - Remove redundand prototype, fixing the build.
Date: Sun, 18 Feb 2024 12:46:24 UTC
The branch stable/14 has been updated by kib:
URL: https://cgit.FreeBSD.org/src/commit/?id=bda0c0dc87c54b611d96b6d0dc1947819ffec083
commit bda0c0dc87c54b611d96b6d0dc1947819ffec083
Author: Konstantin Belousov <kib@FreeBSD.org>
AuthorDate: 2024-02-18 12:45:49 +0000
Commit: Konstantin Belousov <kib@FreeBSD.org>
CommitDate: 2024-02-18 12:45:49 +0000
Remove redundand prototype, fixing the build.
This is a direct commit to stable/14.
---
sys/contrib/openzfs/lib/libspl/include/os/freebsd/sys/param.h | 2 --
1 file changed, 2 deletions(-)
diff --git a/sys/contrib/openzfs/lib/libspl/include/os/freebsd/sys/param.h b/sys/contrib/openzfs/lib/libspl/include/os/freebsd/sys/param.h
index 15d3ff0dcb56..b104e22a0c15 100644
--- a/sys/contrib/openzfs/lib/libspl/include/os/freebsd/sys/param.h
+++ b/sys/contrib/openzfs/lib/libspl/include/os/freebsd/sys/param.h
@@ -57,6 +57,4 @@
extern size_t spl_pagesize(void);
#define PAGESIZE (spl_pagesize())
-extern int execvpe(const char *name, char * const argv[], char * const envp[]);
-
#endif