Changes between Version 1 and Version 2 of CommonProblems
- Timestamp:
- 08/09/07 13:54:08 (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CommonProblems
v1 v2 6 6 7 7 solution: N/A 8 9 === (stat) structure has no member named `st_blocks' === 10 11 ports: tar, samba 12 13 The stat struct in sys/stat.h in BeOS doesn't have an st_blocks member. It is necessary to adjust the code to check for HAVE_STAT_ST_BLOCKS. 14 15 http://lists.samba.org/archive/samba-technical/2005-January/039275.html
