Yank conflicting netdb header into internal version.
authorScott Cantor <cantor.2@osu.edu>
Wed, 20 Oct 2004 19:32:54 +0000 (19:32 +0000)
committerScott Cantor <cantor.2@osu.edu>
Wed, 20 Oct 2004 19:32:54 +0000 (19:32 +0000)
oncrpc/rpc/rpc.h

index 53d801f..7095545 100644 (file)
@@ -120,14 +120,6 @@ extern int xdr_opaque_auth(DOTS);
 #include <rpc/svc.h>           /* service manager and multiplexer */
 #include <rpc/svc_auth.h>      /* service side authenticator */
 
-/*
- * COMMENT OUT THE NEXT INCLUDE IF RUNNING ON SUN OS OR ON A VERSION
- * OF UNIX BASED ON NFSSRC.  These systems will already have the structures
- * defined by <rpc/netdb.h> included in <netdb.h>.
- */
-/* routines for parsing /etc/rpc */
-#include <rpc/netdb.h>         /* structures and routines to parse /etc/rpc */
-
 #ifdef __cplusplus
 extern "C" {
 #endif