| Server IP : 82.208.35.60 / Your IP : 216.73.216.238 Web Server : Apache/2.4.55 (FreeBSD) OpenSSL/1.1.1q-freebsd PHP/7.3.31 System : FreeBSD server7.d2m.cz 12.4-RELEASE-p9 FreeBSD 12.4-RELEASE-p9 GENERIC amd64 User : studiokobylisy_cz ( 1008) PHP Version : 7.3.31 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /usr/ports/sysutils/e2fsprogs/files/ |
Upload File : |
--- lib/support/sort_r.h.orig 2021-12-30 05:54:33 UTC +++ lib/support/sort_r.h @@ -234,10 +234,6 @@ static _SORT_R_INLINE void sort_r_simple(void *base, s #if defined _SORT_R_BSD - /* Ensure qsort_r is defined */ - extern void qsort_r(void *base, size_t nel, size_t width, void *thunk, - int (*compar)(void *_thunk, - const void *_a, const void *_b)); #endif @@ -262,10 +258,6 @@ static _SORT_R_INLINE void sort_r_simple(void *base, s #if defined _SORT_R_LINUX - typedef int(* __compar_d_fn_t)(const void *, const void *, void *); - extern void qsort_r(void *base, size_t nel, size_t width, - __compar_d_fn_t __compar, void *arg) - __attribute__((nonnull (1, 4))); #endif