From owner-cvs-all Thu Jul 6 13: 4:39 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 18AF237BC22; Thu, 6 Jul 2000 13:04:35 -0700 (PDT) (envelope-from alfred@FreeBSD.org) Received: (from alfred@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA58338; Thu, 6 Jul 2000 13:04:35 -0700 (PDT) (envelope-from alfred@FreeBSD.org) Message-Id: <200007062004.NAA58338@freefall.freebsd.org> From: Alfred Perlstein Date: Thu, 6 Jul 2000 13:04:35 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/include search.h src/lib/libc/db/hash hsearch.c search.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG alfred 2000/07/06 13:04:35 PDT Modified files: include search.h lib/libc/db/hash hsearch.c Removed files: lib/libc/db/hash search.h Log: cleanup the tsearch import. remove (comment out) functions defined or depricated elsewhere: bsearch, lfind, lsearch, insque, remque change hcreate to take a size_t rather than uint (essentially the same) since hcreate/hdestroy are now in , remove private search.h in lib/libc/db/hash/ add $FreeBSD tags to hsearch.c Revision Changes Path 1.2 +5 -2 src/include/search.h 1.3 +4 -2 src/lib/libc/db/hash/hsearch.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message