diff options
author | eivind <eivind@FreeBSD.org> | 1997-05-07 20:01:10 +0000 |
---|---|---|
committer | eivind <eivind@FreeBSD.org> | 1997-05-07 20:01:10 +0000 |
commit | 1ab5f0665111f82f93cc1a5d3f7ec6fbd17a45f0 (patch) | |
tree | 8f8313e64896480f1db17c92eee22495aca301a8 /include/rpc/clnt.h | |
parent | 747462e40f19802a3f1b005a0558c7e6eb655c56 (diff) | |
download | FreeBSD-src-1ab5f0665111f82f93cc1a5d3f7ec6fbd17a45f0.zip FreeBSD-src-1ab5f0665111f82f93cc1a5d3f7ec6fbd17a45f0.tar.gz |
Back out all of yesterdays include file changes.
Diffstat (limited to 'include/rpc/clnt.h')
-rw-r--r-- | include/rpc/clnt.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/include/rpc/clnt.h b/include/rpc/clnt.h index 24066f9d..6bddcb7 100644 --- a/include/rpc/clnt.h +++ b/include/rpc/clnt.h @@ -28,7 +28,7 @@ * * from: @(#)clnt.h 1.31 88/02/08 SMI * from: @(#)clnt.h 2.1 88/07/29 4.0 RPCSRC - * $Id: clnt.h,v 1.7 1997/02/23 09:17:22 peter Exp $ + * $Id: clnt.h,v 1.8 1997/05/07 02:27:04 eivind Exp $ */ /* @@ -40,9 +40,6 @@ #ifndef _RPC_CLNT_H_ #define _RPC_CLNT_H_ #include <sys/cdefs.h> -#include <rpc/types.h> -#include <rpc/xdr.h> -#include <rpc/auth.h> /* * Rpc calls return an enum clnt_stat. This should be looked at more, |