diff options
author | Eivind Eklund <eivind@FreeBSD.org> | 1997-05-07 20:01:10 +0000 |
---|---|---|
committer | Eivind Eklund <eivind@FreeBSD.org> | 1997-05-07 20:01:10 +0000 |
commit | f756433e8b87d0739ea5865dd78e946db0614108 (patch) | |
tree | 9d0d51a059cb68406021fabbd8d1a83007decb67 /include/rpc/svc_auth.h | |
parent | 06884fd04e5ae3f7d93b817ad78183dc7abf61bf (diff) |
Back out all of yesterdays include file changes.
Notes
Notes:
svn path=/head/; revision=25551
Diffstat (limited to 'include/rpc/svc_auth.h')
-rw-r--r-- | include/rpc/svc_auth.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/include/rpc/svc_auth.h b/include/rpc/svc_auth.h index e7b8325f0e32..5e5fe2cd63bf 100644 --- a/include/rpc/svc_auth.h +++ b/include/rpc/svc_auth.h @@ -28,7 +28,7 @@ * * from: @(#)svc_auth.h 1.6 86/07/16 SMI * from: @(#)svc_auth.h 2.1 88/07/29 4.0 RPCSRC - * $Id: svc_auth.h,v 1.6 1997/02/23 09:17:25 peter Exp $ + * $Id: svc_auth.h,v 1.7 1997/05/07 02:27:10 eivind Exp $ */ /* @@ -39,10 +39,6 @@ #ifndef _RPC_SVCAUTH_H #define _RPC_SVCAUTH_H -#include <sys/cdefs.h> -#include <rpc/auth.h> -#include <rpc/svc.h> -#include <rpc/rpc_msg.h> /* * Server side authenticator |