Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 6 Jul 2000 13:04:35 -0700 (PDT)
From:      Alfred Perlstein <alfred@FreeBSD.org>
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
Message-ID:  <200007062004.NAA58338@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <search.h>, 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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200007062004.NAA58338>