Changes between Version 2 and Version 3 of dev-util/git
- Timestamp:
- 04/13/08 05:57:54 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
dev-util/git
v2 v3 18 18 {{{daemon.c}}} fails to compile due to lack of {{{sys/poll.h}}} and {{{sys/mman.h}}} in {{{git-compat-util.h}}} 19 19 20 Instead of {{{sys/poll.h}}} include {{{poll.h}}}. 20 Instead of {{{sys/poll.h}}} include {{{poll.h}}}. Looks like this will be resolved in newer Haiku revisions. 21 21 22 22 Commenting out {{{#include <sys/mman.h>}}} brings up other related errors...
