mirror of
https://git.freebsd.org/ports.git
synced 2025-06-02 19:36:28 -04:00
PR: ports/266227, ports/266574 Reported by: antoine (via exp-run) Approved by: maintainer (acm@)
11 lines
432 B
C
11 lines
432 B
C
--- stellarsolver/astrometry/os-features.h.orig 2022-07-29 16:11:55 UTC
|
|
+++ stellarsolver/astrometry/os-features.h
|
|
@@ -110,7 +110,7 @@
|
|
|
|
#if NEED_DECLARE_QSORT_R
|
|
//// NOTE: this declaration must match os-features-test.c .
|
|
-void qsort_r(void *base, size_t nmemb, size_t sz,
|
|
+void (qsort_r)(void *base, size_t nmemb, size_t sz,
|
|
void *userdata,
|
|
int (*compar)(void *, const void *, const void *));
|
|
#endif
|