diff options
author | sam <sam@FreeBSD.org> | 2005-07-11 03:54:22 +0000 |
---|---|---|
committer | sam <sam@FreeBSD.org> | 2005-07-11 03:54:22 +0000 |
commit | 357fae9fdf73c79a5782f504a8f5a3cac82c0557 (patch) | |
tree | b68926b8180e315dce4092f21e6a7e7e9344b68a /contrib/tcpdump/rpc_auth.h | |
parent | 6c6937427c2191e884402043ff0843960687f7b2 (diff) | |
parent | 1166f90fe87cef69f7923a1b8c386eecdc6cb92b (diff) | |
download | FreeBSD-src-357fae9fdf73c79a5782f504a8f5a3cac82c0557.zip FreeBSD-src-357fae9fdf73c79a5782f504a8f5a3cac82c0557.tar.gz |
This commit was generated by cvs2svn to compensate for changes in r147899,
which included commits to RCS files with non-trunk default branches.
Diffstat (limited to 'contrib/tcpdump/rpc_auth.h')
-rw-r--r-- | contrib/tcpdump/rpc_auth.h | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/contrib/tcpdump/rpc_auth.h b/contrib/tcpdump/rpc_auth.h index c72b603..2b8ddc1 100644 --- a/contrib/tcpdump/rpc_auth.h +++ b/contrib/tcpdump/rpc_auth.h @@ -1,4 +1,4 @@ -/* @(#) $Header: /tcpdump/master/tcpdump/rpc_auth.h,v 1.1 2004/12/27 00:41:32 guy Exp $ (LBL) */ +/* @(#) $Header: /tcpdump/master/tcpdump/rpc_auth.h,v 1.1.2.1 2005/04/27 21:44:07 guy Exp $ (LBL) */ /* * Sun RPC is a product of Sun Microsystems, Inc. and is provided for * unrestricted use provided that this legend is included on all tape @@ -42,9 +42,6 @@ * "sessions". */ -#ifndef __RPC_AUTH_H_ -#define __RPC_AUTH_H_ - /* * Status returned from authentication check */ @@ -80,5 +77,3 @@ struct sunrpc_opaque_auth { #define SUNRPC_AUTH_SYS 1 /* forward compatibility */ #define SUNRPC_AUTH_SHORT 2 /* short hand unix style */ #define SUNRPC_AUTH_DES 3 /* des style (encrypted timestamps) */ - -#endif /* !__RPC_AUTH_H_ */ |