$OpenBSD: patch-includes_h,v 1.1 2002/03/24 07:44:53 jsyn Exp $ --- includes.h-orig Mon May 31 12:59:37 1999 +++ includes.h Mon May 31 13:00:13 1999 @@ -565,6 +565,9 @@ #include #define NO_GETSPNAM #define SIGNAL_CAST (void (*)()) +#ifndef QSORT_CAST +#define QSORT_CAST (int (*)(const void *, const void *)) +#endif /* QSORT_CAST */ #define USE_DIRECT #define REPLACE_INNETGR #define HAVE_BZERO