Changes between Version 1 and Version 2 of Ticket #2516
- Timestamp:
- 03/27/11 19:53:56 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #2516 – Description
v1 v2 1 mc fails to build on !DragonFlyBSD with the following error message.1 mc fails to build on DragonFlyBSD with the following error message. 2 2 3 3 vfs.c: In function 'mc_readdir': … … 7 7 *** Error code 1 8 8 9 This is because DragonFly doesn't provide MAXNAMLEN macros in its header files. Their dirent structure is define like the following.9 This is because !DragonFly doesn't provide MAXNAMLEN macros in its header files. Their dirent structure is define like the following. 10 10 11 11 struct dirent {