Changeset 2137 for trunk/src/libctests/glibc/nss/test-netdb.c
- Timestamp:
- Jul 1, 2005, 6:36:50 AM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/libctests/glibc/nss/test-netdb.c
-
Property cvs2svn:cvs-rev
changed from
1.1
to1.2
r2136 r2137 32 32 33 33 #include <netdb.h> 34 #ifdef HAVE_RPC_NETDB_H 34 35 #include <rpc/netdb.h> 36 #endif 35 37 #include <stdio.h> 36 38 #include <stdlib.h> … … 302 304 303 305 306 #ifdef HAVE_RPC_NETDB_H 304 307 static void 305 308 output_rpcent (const char *call, struct rpcent *rptr) … … 338 341 endrpcent (); 339 342 } 340 343 #endif 344 345 #if 0 /* not very useful when you don't have this function... */ 341 346 /* Override /etc/nsswitch.conf for this program. This is mainly 342 347 useful for developers. */ … … 356 361 __nss_configure_lookup ("services", dbname); 357 362 } 358 363 #endif 359 364 360 365 int … … 368 373 test_network (); 369 374 test_protocols (); 375 #ifdef HAVE_RPC_NETDB_H 370 376 test_rpc (); 377 #endif 371 378 test_services (); 372 379 -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.