This is the mail archive of the libc-hacker@sources.redhat.com mailing list for the glibc project.

Note that libc-hacker is a closed list. You may look at the archives of this list, but subscription and posting are not open.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

#if 0 yp_maplist ?



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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]