Changes between Version 1 and Version 2 of dev-util/git
- Timestamp:
- 04/13/08 04:19:27 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
dev-util/git
v1 v2 17 17 18 18 {{{daemon.c}}} fails to compile due to lack of {{{sys/poll.h}}} and {{{sys/mman.h}}} in {{{git-compat-util.h}}} 19 20 Instead of {{{sys/poll.h}}} include {{{poll.h}}}. 21 22 Commenting out {{{#include <sys/mman.h>}}} brings up other related errors...
