diff options
| author | lukem <lukem@NetBSD.org> | 1997-08-25 22:20:31 +0000 |
|---|---|---|
| committer | lukem <lukem@NetBSD.org> | 1997-08-25 22:20:31 +0000 |
| commit | 9aacc303fc209db2cd415fc0b36d01d9772b7486 (patch) | |
| tree | 72a14ea7955c04db8ba53f7a6b18ab66d32e3b02 /include | |
| parent | 9de64894e9357b84e453ecd2c91597ec0a38d527 (diff) | |
don't include <rpc/pmap_rmt.h> - it's a "private" header file for
portmap. fixes [bin/4036] by Thorsten Frueauf <frueauf@ira.uka.de>
Diffstat (limited to 'include')
| -rw-r--r-- | include/rpc/rpc.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/rpc/rpc.h b/include/rpc/rpc.h index 2b131c24b43..9003fc162e0 100644 --- a/include/rpc/rpc.h +++ b/include/rpc/rpc.h @@ -1,4 +1,4 @@ -/* $NetBSD: rpc.h,v 1.7 1997/08/24 01:47:12 lukem Exp $ */ +/* $NetBSD: rpc.h,v 1.8 1997/08/25 22:20:31 lukem Exp $ */ /* * Sun RPC is a product of Sun Microsystems, Inc. and is provided for @@ -71,7 +71,6 @@ /* Portmapper client, server, and protocol headers */ #include <rpc/pmap_clnt.h> #include <rpc/pmap_prot.h> -#include <rpc/pmap_rmt.h> /* * COMMENT OUT THE NEXT INCLUDE (or add to the #ifndef) IF RUNNING ON |
