openbsd-ports/lang/python/2.6/patches/patch-Modules_nismodule_c
djm 413ba2dc4a port of Python-2.6, with 100% fewer build knobs!
Thanks to Ian Darwin, Will Maier and Aleksander Piotrowski for feedback
2008-10-18 12:03:56 +00:00

13 lines
438 B
Plaintext

$OpenBSD: patch-Modules_nismodule_c,v 1.1 2008/10/18 12:03:56 djm Exp $
--- Modules/nismodule.c.orig Tue Feb 28 03:46:16 2006
+++ Modules/nismodule.c Mon Sep 18 06:31:10 2006
@@ -89,7 +89,7 @@ nis_mapname (char *map, int *pfix)
return map;
}
-#ifdef __APPLE__
+#ifdef __OpenBSD__
typedef int (*foreachfunc)(unsigned long, char *, int, char *, int, void *);
#else
typedef int (*foreachfunc)(int, char *, int, char *, int, char *);