看板 DFBSD_bugs 關於我們 聯絡資訊
New submission from Alex Hornung <ahornung@gmail.com>: 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 ---------- messages: 9221 nosy: alexh priority: feature status: unread title: scandir select/filter not taking const struct dirent * _____________________________________________________ DragonFly issue tracker <bugs@lists.dragonflybsd.org> <http://bugs.dragonflybsd.org/issue1896> _____________________________________________________