]> git.ipfire.org Git - thirdparty/util-linux.git/commit
whereis: remove find()
authorDavidlohr Bueso <dave@gnu.org>
Sun, 24 Jul 2011 14:59:25 +0000 (10:59 -0400)
committerKarel Zak <kzak@redhat.com>
Tue, 26 Jul 2011 09:58:38 +0000 (11:58 +0200)
commit839c0259203b7048f6f560abf51dfbd216673d72
treeb97cc306ae1cdecca54a4b064e70c669e694e6a2
parent08de16d003857f5ba0ceacc154dffca6407073de
whereis: remove find()

Because findv() can do the same job find() does, we can simply remove it and
call findv() with the size of each array.

Signed-off-by: Davidlohr Bueso <dave@gnu.org>
misc-utils/whereis.c