]> err.no Git - util-linux/commit
whereis: include dirent.h instead sys/dir.h
authormaximilian attems <max@stro.at>
Thu, 24 Jul 2008 12:25:06 +0000 (14:25 +0200)
committerKarel Zak <kzak@redhat.com>
Mon, 28 Jul 2008 09:08:30 +0000 (11:08 +0200)
commit7574f09b3d7c1cf2842819ac922b7fc056892e18
tree0a65491d3b241414f4fe3302708e4cb0b71e0b87
parent172b3c277d3a0cc08edbab939f20882e2f996999
whereis: include dirent.h instead sys/dir.h

sys/dir.h is an old BSD'ism not carried by klibc,
include dirent directly.

compile tested against glibc.

Signed-off-by: maximilian attems <max@stro.at>
misc-utils/whereis.c