diff options
| author | Peter Wemm <peter@FreeBSD.org> | 1999-08-29 14:49:43 +0000 |
|---|---|---|
| committer | Peter Wemm <peter@FreeBSD.org> | 1999-08-29 14:49:43 +0000 |
| commit | f376ef90540b4d5b6e7f467620e91404ba306d89 (patch) | |
| tree | 22ac632b7e1d8f96ac7c3fb7ec191b5255a39c3b /lib/libc/stdlib/strhash.c | |
| parent | d972ce881fe369f691dace165130c515c02e0250 (diff) | |
Notes
Diffstat (limited to 'lib/libc/stdlib/strhash.c')
| -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 8e2230bc72a0..8b3ccc1786a3 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. * |
