diff --git a/sysutils/py-psutil/files/patch-psutil_arch_freebsd_sys__socks.c b/sysutils/py-psutil/files/patch-psutil_arch_freebsd_sys__socks.c new file mode 100644 index 000000000000..04a9c7b6623c --- /dev/null +++ b/sysutils/py-psutil/files/patch-psutil_arch_freebsd_sys__socks.c @@ -0,0 +1,11 @@ +--- psutil/arch/freebsd/sys_socks.c.orig 2022-09-02 10:06:38 UTC ++++ psutil/arch/freebsd/sys_socks.c +@@ -62,7 +62,7 @@ struct xfile * + + + struct xfile * +-psutil_get_file_from_sock(void *sock) { ++psutil_get_file_from_sock(kvaddr_t sock) { + struct xfile *xf; + int n; +