[Python-bugs-list] [ python-Bugs-657625 ] nismodule gives a compiletime warning

noreply@sourceforge.net noreply@sourceforge.net
Sun, 22 Dec 2002 14:27:10 -0800


Bugs item #657625, was opened at 2002-12-22 23:27
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=657625&group_id=5470

Category: Extension Modules
Group: None
Status: Open
Resolution: None
Priority: 2
Submitted By: Jack Jansen (jackjansen)
Assigned to: Nobody/Anonymous (nobody)
Summary: nismodule gives a compiletime warning

Initial Comment:
Nismodule gives a compile time warning on MacOSX.

It has a typedef of a foreachfunc with the signature
typedef int (*foreachfunc)(int, char *, int, char *, int, char *);
but the corresponding item to which this function is assigned (from ypcInt.h) has signature
int (*foreach) __P((u_long, char *, int, char *, int, void *));

Someone with more understanding of NIS will have to fix this.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=657625&group_id=5470