From owner-freebsd-hackers Fri Oct 11 21:02:32 1996 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id VAA22269 for hackers-outgoing; Fri, 11 Oct 1996 21:02:32 -0700 (PDT) Received: from alpo.whistle.com (alpo.whistle.com [207.76.204.38]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id VAA22258 for ; Fri, 11 Oct 1996 21:02:27 -0700 (PDT) Received: from current1.whistle.com (current1.whistle.com [207.76.205.22]) by alpo.whistle.com (8.7.6/8.7.3) with SMTP id VAA08010 for ; Fri, 11 Oct 1996 21:00:38 -0700 (PDT) Message-ID: <325F176B.41C67EA6@whistle.com> Date: Fri, 11 Oct 1996 20:58:35 -0700 From: Julian Elischer Organization: Whistle Communications X-Mailer: Mozilla 3.0b6 (X11; I; FreeBSD 2.2-CURRENT i386) MIME-Version: 1.0 To: hackers@freebsd.org Subject: library needed to port s/w to Freebsd Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-hackers@freebsd.org X-Loop: FreeBSD.org Precedence: bulk I have a package that needs the 'search' library from sysVR2 (and later I presume) it looks for "search.h" "search" used to allow one to build and search a tree of arbitrary items I found paul Vixie's AVL tree routines in the archive, and maybe I was thinking of them but I remmeber the docs saying "This is a drop in replacement..." and that's not true for the AVL stuff. does anyone know of the replacement library? I remember there WAS one, but I've been scanning the archives and haven't found it yet. julian