diff options
author | peter <peter@FreeBSD.org> | 1999-08-28 05:11:36 +0000 |
---|---|---|
committer | peter <peter@FreeBSD.org> | 1999-08-28 05:11:36 +0000 |
commit | c81dbb3c98eb0b0fec21f2d7572dfd6c7336ad1f (patch) | |
tree | ae54befdb761e0e5c0893c705a30c45f5a7c0f30 /lib/libc/stdlib | |
parent | c4aced089128ad99459cc1173169758dfcea0cea (diff) | |
download | FreeBSD-src-c81dbb3c98eb0b0fec21f2d7572dfd6c7336ad1f.zip FreeBSD-src-c81dbb3c98eb0b0fec21f2d7572dfd6c7336ad1f.tar.gz |
$Header$ -> $FreeBSD$
Diffstat (limited to 'lib/libc/stdlib')
-rw-r--r-- | lib/libc/stdlib/strhash.c | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/lib/libc/stdlib/strhash.c b/lib/libc/stdlib/strhash.c index 8e2230b..8b3ccc1 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.5 1995/10/22 14:53:17 phk Exp $"; +static char *rcsid = "$FreeBSD$"; #endif /* @@ -37,6 +37,10 @@ static char *rcsid = "$Header: /home/ncvs/src/lib/libc/stdlib/strhash.c,v 1.5 19 /* * $Log: strhash.c,v $ + * Revision 1.6 1996/01/13 14:25:04 jkh + * Return pointer to new hash node when search inserts it (e.g. there + * was some datum given). + * * Revision 1.5 1995/10/22 14:53:17 phk * Mino cleanup, #includes & unused vars. * |