diff options
Diffstat (limited to 'lib/libc/rpc/des_crypt.c')
-rw-r--r-- | lib/libc/rpc/des_crypt.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/libc/rpc/des_crypt.c b/lib/libc/rpc/des_crypt.c index 13fd812..238d55a 100644 --- a/lib/libc/rpc/des_crypt.c +++ b/lib/libc/rpc/des_crypt.c @@ -35,11 +35,9 @@ #include <rpc/des_crypt.h> #include <rpc/des.h> -#if 0 -#ifndef lint +#if defined(LIBC_SCCS) && !defined(lint) static char sccsid[] = "@(#)des_crypt.c 2.2 88/08/10 4.0 RPCSRC; from 1.13 88/02/08 SMI"; #endif -#endif #include <sys/cdefs.h> __FBSDID("$FreeBSD$"); |