From owner-freebsd-arch Tue Jul 4 0: 5:25 2000 Delivered-To: freebsd-arch@freebsd.org Received: from gidora.zeta.org.au (gidora.zeta.org.au [203.26.10.25]) by hub.freebsd.org (Postfix) with SMTP id 64FAC37C1D1 for ; Tue, 4 Jul 2000 00:05:21 -0700 (PDT) (envelope-from bde@zeta.org.au) Received: (qmail 11983 invoked from network); 4 Jul 2000 07:05:18 -0000 Received: from unknown (HELO bde.zeta.org.au) (203.2.228.102) by gidora.zeta.org.au with SMTP; 4 Jul 2000 07:05:18 -0000 Date: Tue, 4 Jul 2000 17:05:13 +1000 (EST) From: Bruce Evans X-Sender: bde@besplex.bde.org To: "Jacques A. Vidrine" Cc: Alfred Perlstein , arch@freebsd.org, peter@freebsd.org Subject: Re: cvs commit: src/include search.h Makefile src/lib/libc/stdlib tdelete.c tfind.c tsearch.3 tsearch.c twalk.c Makefile.inc In-Reply-To: <20000701140842.A97167@bone.nectar.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-arch@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sat, 1 Jul 2000, Jacques A. Vidrine wrote: > [btw, SUSv2 can be found at http://www.opengroup.com, among other > things] > > On Sat, Jul 01, 2000 at 10:19:19AM -0700, Alfred Perlstein wrote: > > part 2) > > repo copy the files insque.3 insque.c lsearch.3 lsearch.c and remque.c > > from src/lib/libcompat/4.3/ into src/lib/libc/stdlib and fixup the > > Makefiles. > > SUSv2 says: > insque, remque --- stdlib.h These were deprecated long ago. From our old man page: DESCRIPTION The insque and remque functions are considered obsolete. They are available from the compatibility library, libcompat. > > part 4) > > remove bsearch from search.h (it's already in stdlib.h) > > SUSv2 says: > bsearch --- stdlib.h > > And as previously stated, tsearch goes in . > > This seems dumb. I would expect [bhlt]search, at least, to all be in > ... bsearch seems to be odd man out. bsearch is in the ISO Standard C library, so it actually belongs in . Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-arch" in the body of the message