From 51295a4d3e4c551df85249433c490208dc7fd23d Mon Sep 17 00:00:00 2001 From: "Jordan K. Hubbard" Date: Fri, 12 Jul 1996 18:57:58 +0000 Subject: General -Wall warning cleanup, part I. Submitted-By: Kent Vander Velden --- lib/libcrypt/crypt.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'lib/libcrypt') diff --git a/lib/libcrypt/crypt.c b/lib/libcrypt/crypt.c index 0b475614b358..7f980e5bd050 100644 --- a/lib/libcrypt/crypt.c +++ b/lib/libcrypt/crypt.c @@ -6,16 +6,17 @@ * this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp * ---------------------------------------------------------------------------- * - * $Id: crypt.c,v 1.2 1994/11/07 21:07:09 phk Exp $ + * $Id: crypt.c,v 1.3 1995/05/30 05:42:22 rgrimes Exp $ * */ #if defined(LIBC_SCCS) && !defined(lint) -static char rcsid[] = "$Header: /home/ncvs/src/lib/libcrypt/crypt.c,v 1.2 1994/11/07 21:07:09 phk Exp $"; +static char rcsid[] = "$Header: /home/ncvs/src/lib/libcrypt/crypt.c,v 1.3 1995/05/30 05:42:22 rgrimes Exp $"; #endif /* LIBC_SCCS and not lint */ #include #include +#include #include static unsigned char itoa64[] = /* 0 ... 63 => ascii - 64 */ -- cgit v1.3