Kaydet (Commit) e93eee7d authored tarafından Amaury Forgeot d'Arc's avatar Amaury Forgeot d'Arc

#6420: Fix a compilation warning in the nis module, for OpenBSD and FreeBSD.

üst fd00916c
......@@ -89,7 +89,7 @@ nis_mapname (char *map, int *pfix)
return map;
}
#ifdef __APPLE__
#if defined(__APPLE__) || defined(__OpenBSD__) || defined(__FreeBSD__)
typedef int (*foreachfunc)(unsigned long, char *, int, char *, int, void *);
#else
typedef int (*foreachfunc)(int, char *, int, char *, int, char *);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment