8287ce3299
Automatic submission by obs-autosubmit OBS-URL: https://build.opensuse.org/request/show/1177359 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/alpine?expand=0&rev=59
12 lines
274 B
Diff
12 lines
274 B
Diff
--- configure.ac.orig
|
|
+++ configure.ac
|
|
@@ -1964,7 +1964,7 @@ ac_cv_func_qsort_argtype,
|
|
#endif
|
|
|
|
extern void *base;
|
|
-extern sortf(const void *, const void *);
|
|
+extern int sortf(const void *, const void *);
|
|
int sortf(a, b)
|
|
const void *a;
|
|
const void *b; { return 0; }
|