Changes between Initial Version and Version 2 of Ticket #207
- Timestamp:
- Nov 21, 2010, 11:22:07 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #207
- Property Status new → assigned
-
Ticket #207 – Description
initial v2 5 5 6 6 cdefs.h needs to be updated for GCC 4.x, the following diff based on updated BSD headers fixes the problem: 7 7 {{{ 8 8 --- u:\usr\include\sys\cdefs.h 2009-01-18 18:54:06.000000000 +0945 9 9 +++ u:\usr\local432\include\sys\cdefs.h 2009-01-18 18:55:24.000000000 +0945 … … 33 33 /* 34 34 * Compiler-dependent macros to declare that functions take printf-like 35 }}}