diff options
author | Eric Andersen <andersen@codepoet.org> | 2000-08-03 17:55:11 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2000-08-03 17:55:11 +0000 |
commit | 12db3c625abd07bae2a9ed2dd63c8ebe70b82421 (patch) | |
tree | cb630c9cd35dd885f503d3cecc774c10697d2164 /include/rpc/rpc.h | |
parent | f70b581e6b902d11abdf2b9645f1cb8a3f495591 (diff) |
Make some of the rpc stuff compile
-Erik
Diffstat (limited to 'include/rpc/rpc.h')
-rw-r--r-- | include/rpc/rpc.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/rpc/rpc.h b/include/rpc/rpc.h index a966d2e23..725103507 100644 --- a/include/rpc/rpc.h +++ b/include/rpc/rpc.h @@ -65,6 +65,8 @@ * 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 #endif /* rpc/rpc.h */ |