Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 10 Sep 2001 03:33:46 -0700 (PDT)
From:      Peter Wemm <peter@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/libkern bsearch.c
Message-ID:  <200109101033.f8AAXlr84600@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
peter       2001/09/10 03:33:46 PDT

  Modified files:
    sys/libkern          bsearch.c 
  Log:
  Fix a warning in bsearch().  Like index() etc, it de-qualifies its
  arguments.  Caveat Emptor.  However, the only two consumer of it (cam)
  deals with it correctly and preserves the constness.
  
  Revision  Changes    Path
  1.3       +2 -2      src/sys/libkern/bsearch.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?200109101033.f8AAXlr84600>