From owner-freebsd-commit Tue Mar 28 00:41:20 1995 Return-Path: commit-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id AAA02720 for commit-outgoing; Tue, 28 Mar 1995 00:41:20 -0800 Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id AAA02707 for cvs-lib-outgoing; Tue, 28 Mar 1995 00:41:18 -0800 Received: from time.cdrom.com (time.cdrom.com [192.216.223.46]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id AAA02700; Tue, 28 Mar 1995 00:41:06 -0800 Received: (from root@localhost) by time.cdrom.com (8.6.11/8.6.9) id AAA18142; Tue, 28 Mar 1995 00:41:04 -0800 Date: Tue, 28 Mar 1995 00:41:04 -0800 From: "Jordan K. Hubbard" Message-Id: <199503280841.AAA18142@time.cdrom.com> To: CVS-commiters@time.cdrom.com, cvs-lib@time.cdrom.com Subject: cvs commit: src/lib/libc/stdlib strhash.c Sender: commit-owner@freebsd.org Precedence: bulk jkh 95/03/28 00:41:03 Modified: lib/libc/stdlib strhash.c Log: 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 even need to do this! :-( Also now export the hash_stats routine. Manpage coming RSN - I promise.