]> git.ipfire.org Git - thirdparty/mdadm.git/commit - config.c
config.c include dirent.h instead sys/dir.h
authormaximilian attems <max@stro.at>
Fri, 21 Sep 2007 17:32:18 +0000 (19:32 +0200)
committerNeil Brown <neilb@suse.de>
Mon, 24 Sep 2007 03:21:38 +0000 (13:21 +1000)
commitff7f2ebbe90131ec314bfbdbedbb93526fee12e0
tree1a23e7b000f104fb216f8903cb5811ae1c756295
parent943eafefca3ea91e42f245ff4d9b4ca8f8c7146e
config.c include dirent.h instead sys/dir.h

sys/dir.h is an old BSD'ism, include dirent directly.
small step for better klibc support.

compile tested against glibc.

Signed-off-by: maximilian attems <max@stro.at>
Signed-off-by: Neil Brown <neilb@suse.de>
config.c