Changes between Version 49 and Version 50 of CommonProblems
- Timestamp:
- 05/04/11 15:56:28 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CommonProblems
v49 v50 88 88 }}} 89 89 90 * {{{d_namlen}}} undeclared: Add the following code into header/source file. 91 {{{ 92 #include <dirent.h> 93 #ifndef d_namlen 94 #define d_namlen d_reclen 95 #endif 96 }}} 97 90 98 * {{{DT_DIR}}} undeclared: The use of {{{DT_DIR}}} doesn't work on non-ext* filesystems. So replace for 91 99 {{{
