看板 DFBSD_bugs 關於我們 聯絡資訊
:Our scandir(3) takes a functor int (*select)(struct dirent *) while Linux, NetBSD :and FreeBSD take int (*select)(const struct dirent *). : :This would incindentally also fix compilation of devel/libcompizconfig. : :Anyone opposed to changing it to const struct dirent * ? : :Regards, :Alex Sounds good to me. -Matt Matthew Dillon <dillon@backplane.com>