diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 1999-02-16 01:59:46 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 1999-02-16 01:59:46 +0000 |
commit | 838992f094ccde014679a7cfafc495840eb932a1 (patch) | |
tree | bb1da10609893e2c699e42919a3a51c02df9caf0 /lib/libc/rpc/crypt_client.c | |
parent | bcb29ac16cc991f99f0c976390dff6be1a1b9058 (diff) |
Diffstat (limited to 'lib/libc/rpc/crypt_client.c')
-rw-r--r-- | lib/libc/rpc/crypt_client.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/rpc/crypt_client.c b/lib/libc/rpc/crypt_client.c index abe0319bf31e..bcaa4d2939f8 100644 --- a/lib/libc/rpc/crypt_client.c +++ b/lib/libc/rpc/crypt_client.c @@ -29,7 +29,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: crypt_client.c,v 1.2 1997/05/28 05:05:10 wpaul Exp $ + * $Id: crypt_client.c,v 1.3 1998/06/09 17:38:33 wpaul Exp $ */ #include <sys/types.h> @@ -39,7 +39,7 @@ #include <rpcsvc/crypt.h> #ifndef lint -static const char rcsid[] = "$Id: crypt_client.c,v 1.2 1997/05/28 05:05:10 wpaul Exp $"; +static const char rcsid[] = "$Id: crypt_client.c,v 1.3 1998/06/09 17:38:33 wpaul Exp $"; #endif #ifndef KEYSERVSOCK |