diff options
Diffstat (limited to 'include/rpc/rpc.h')
-rw-r--r-- | include/rpc/rpc.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/include/rpc/rpc.h b/include/rpc/rpc.h index 725103507..74e529d82 100644 --- a/include/rpc/rpc.h +++ b/include/rpc/rpc.h @@ -65,8 +65,6 @@ * defined by <rpc/netdb.h> included in <netdb.h>. */ /* routines for parsing /etc/rpc */ -#if 0 -#include <rpc/netdb.h> /* structures and routines to parse /etc/rpc */ -#endif +//#include <rpc/netdb.h> /* structures and routines to parse /etc/rpc */ #endif /* rpc/rpc.h */ |