Changes between Version 1 and Version 2 of Ticket #2516


Ignore:
Timestamp:
03/27/11 19:53:56 (13 years ago)
Author:
angel_il
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2516 – Description

    v1 v2  
    1 mc fails to build on !DragonFlyBSD with the following error message. 
     1mc fails to build on DragonFlyBSD with the following error message. 
    22 
    33    vfs.c: In function 'mc_readdir': 
     
    77    *** Error code 1 
    88 
    9 This is because DragonFly doesn't provide MAXNAMLEN macros in its header files. Their dirent structure is define like the following. 
     9This is because !DragonFly doesn't provide MAXNAMLEN macros in its header files. Their dirent structure is define like the following. 
    1010 
    1111struct dirent {