benhoyt / scandir

Better directory iterator and faster os.walk(), now in the Python 3.5 stdlib
https://benhoyt.com/writings/scandir/
BSD 3-Clause "New" or "Revised" License
532 stars 68 forks source link

Fix dirent.h struct alignment on OpenBSD #109

Closed marianielias closed 6 years ago

marianielias commented 6 years ago

Fix for issue #79 Tested on amd64 and i386. Not sure about other architectures.

Cheers.

benhoyt commented 6 years ago

Thanks, merged!