| 18 | | {{{daemon.c}}} fails to compile due to lack of {{{sys/mman.h}}} in {{{git-compat-util.h}}} |
| 19 | | |
| 20 | | Commenting out {{{#include <sys/mman.h>}}} brings up other related errors. |
| | 18 | Compilation now fails with: |
| | 19 | {{{ |
| | 20 | /boot/home/git-1.5.5/connect.c: In function `ai_name': |
| | 21 | /boot/home/git-1.5.5/connect.c:164: `INET_ADDRSTRLEN' undeclared (first use in this function) |
| | 22 | /boot/home/git-1.5.5/connect.c:164: (Each undeclared identifier is reported only once |
| | 23 | /boot/home/git-1.5.5/connect.c:164: for each function it appears in.) |
| | 24 | make: *** [connect.o] Error 1 |
| | 25 | }}} |