Compilation warning on AIX

William Jojo jojowil at hvcc.edu
Fri Dec 28 10:12:04 GMT 2001


Actually, this problem is that the ypall_callback structure is defined in
/usr/include/rpcsvc/ypclnt.h

If that header file is included, then that should resolve your issue.


Bill

On Fri, 28 Dec 2001, Ewan Leith wrote:

> No it doesn't, sorry.
> 
> I imagine it is just AIX being awkward, when im compiling a linux based
> package on it i often find errors like this which don't affect the
> performance.
> 
> 
> Ewan
> 
> 
> > Does the following patch help?
> > 
> > -- 
> > albert chin (china at thewrittenword.com)
> > 
> > -- snip snip
> > --- source/lib/util.c.orig	Tue Oct 16 13:58:07 2001
> > +++ source/lib/util.c	Tue Oct 16 13:58:19 2001
> > @@ -45,10 +45,6 @@
> >  
> >  #include <rpcsvc/nis.h>
> >  
> > -#else /* !WITH_NISPLUS_HOME */
> > -
> > -#include "rpcsvc/ypclnt.h"
> > -
> >  #endif /* WITH_NISPLUS_HOME */
> >  #endif /* HAVE_NETGROUP && WITH_AUTOMOUNT */
> >  
> > 
> 
> 





More information about the samba-technical mailing list