diff options
author | Eric Andersen <andersen@codepoet.org> | 2001-01-15 13:16:59 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2001-01-15 13:16:59 +0000 |
commit | 67fb342b086501f95fdadb3cf69ff9abb7a714e7 (patch) | |
tree | accf534064acd6e76fa8e45a6252fbeb52f5593c /include/rpc/rpc.h | |
parent | 6c7a9c98a3331b4dc2044ca1ba232e05926b1aae (diff) |
Makeheader files be more like GNU
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 */ |