diff options
Diffstat (limited to 'lib/librpcsvc/xcrypt.c')
-rw-r--r-- | lib/librpcsvc/xcrypt.c | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/lib/librpcsvc/xcrypt.c b/lib/librpcsvc/xcrypt.c index f2b54a5..9d9d9f2 100644 --- a/lib/librpcsvc/xcrypt.c +++ b/lib/librpcsvc/xcrypt.c @@ -32,17 +32,14 @@ * Copyright (C) 1986, Sun Microsystems, Inc. */ +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); + #include <stdio.h> #include <stdlib.h> #include <string.h> -#include <sys/cdefs.h> #include <rpc/des_crypt.h> -#ifndef lint -/*from: static char sccsid[] = "@(#)xcrypt.c 2.2 88/08/10 4.0 RPCSRC"; */ -static const char rcsid[] = "$FreeBSD$"; -#endif - static char hex[]; /* forward */ static char hexval __P(( char )); static void bin2hex __P(( int, unsigned char *, char * )); |