diff options
| author | lukem <lukem@NetBSD.org> | 1997-08-24 01:47:12 +0000 |
|---|---|---|
| committer | lukem <lukem@NetBSD.org> | 1997-08-24 01:47:12 +0000 |
| commit | f77381e893b7f412243ef6a54989579dfaeeb0ce (patch) | |
| tree | 1f256b00609f5c28f762c1d6888a7f5469ba7b1e /include | |
| parent | 6ac7f6248f627cffdc4898fdebb1dd99896a3c4c (diff) | |
Include <rpc/pmap_clnt.h>, <rpc/pmap_prot.h> and <rpc/pmap_rmt.h>.
The rpc man pages don't mention that these are required (only
<rpc/rpc.h> is mentioned there), but some of the prototypes come from
these files...
Diffstat (limited to 'include')
| -rw-r--r-- | include/rpc/rpc.h | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/include/rpc/rpc.h b/include/rpc/rpc.h index 8560d7bfef8..2b131c24b43 100644 --- a/include/rpc/rpc.h +++ b/include/rpc/rpc.h @@ -1,4 +1,4 @@ -/* $NetBSD: rpc.h,v 1.6 1997/07/13 18:15:46 christos Exp $ */ +/* $NetBSD: rpc.h,v 1.7 1997/08/24 01:47:12 lukem Exp $ */ /* * Sun RPC is a product of Sun Microsystems, Inc. and is provided for @@ -68,6 +68,11 @@ #include <rpc/svc.h> /* service manager and multiplexer */ #include <rpc/svc_auth.h> /* service side authenticator */ +/* 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 * A VERSION OF UNIX THAT USES SUN'S NFS SOURCE. These systems will |
