#if 0 yp_maplist ?

Andreas Jaeger aj@suse.de
Thu Dec 28 01:10:00 GMT 2000


We do export yp_maplist:
./nis/ypclnt.c:yp_maplist (const char *indomain, struct ypmaplist **outmaplist)
./nis/rpcsvc/ypclnt.h:extern int yp_maplist (__const char *, struct ypmaplist **) __THROW;
./nis/Versions:    yp_get_default_domain; yp_maplist;         yp_master;

But ypclnt.h has:
#if 0
extern int yp_maplist (__const char *, struct ypmaplist **) __THROW;
#endif

Is there any special reason for the #if 0?

I'd like to remove the #if 0.

Andreas
-- 
 Andreas Jaeger
  SuSE Labs aj@suse.de
   private aj@arthur.inka.de
    http://www.suse.de/~aj


More information about the Libc-hacker mailing list