aboutsummaryrefslogtreecommitdiff
path: root/dirs.c
AgeCommit message (Collapse)Author
2022-07-07don't set d_reclenOmar Polo
It's not actually used and doesn't seem to be available on DragonflyBSD (at least) judging from the patching in dports: https://github.com/DragonFlyBSD/DPorts/commit/f66bf875f75335ff63e0cad2f817a1c6e7106045
2021-04-25use memcpy instead of bcopyOmar Polo
memcpy is ANSI C89, bcopy seems to be an history BSD function.
2021-04-25d->d_namelen doesn't seem to be available on linuxOmar Polo
2021-04-25sort the auto index alphabeticallyOmar Polo