From d06fcfa2c54b374b83fb8e28c5e6cfc7b8a32ab4 Mon Sep 17 00:00:00 2001 From: phk Date: Sun, 22 Oct 1995 14:53:17 +0000 Subject: Mino cleanup, #includes & unused vars. --- lib/libc/stdlib/strhash.c | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'lib/libc/stdlib/strhash.c') diff --git a/lib/libc/stdlib/strhash.c b/lib/libc/stdlib/strhash.c index 0b50ce0..9349d0a 100644 --- a/lib/libc/stdlib/strhash.c +++ b/lib/libc/stdlib/strhash.c @@ -1,5 +1,5 @@ #ifndef lint -static char *rcsid = "$Header: /home/ncvs/src/lib/libc/stdlib/strhash.c,v 1.3 1995/03/28 08:41:02 jkh Exp $"; +static char *rcsid = "$Header: /home/ncvs/src/lib/libc/stdlib/strhash.c,v 1.4 1995/05/30 05:41:55 rgrimes Exp $"; #endif /* @@ -37,6 +37,9 @@ static char *rcsid = "$Header: /home/ncvs/src/lib/libc/stdlib/strhash.c,v 1.3 19 /* * $Log: strhash.c,v $ + * Revision 1.4 1995/05/30 05:41:55 rgrimes + * Remove trailing whitespace. + * * Revision 1.3 1995/03/28 08:41:02 jkh * Fix a missing _hash() to prevent namespace pollution with the db/hash routines. * Grrr. If the dbhash routines weren't grossly overengineered I wouldn't @@ -94,6 +97,7 @@ static char *rcsid = "$Header: /home/ncvs/src/lib/libc/stdlib/strhash.c,v 1.3 19 #include +#include #include #include #include -- cgit v1.1