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