Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | compat/inet_ntop: do not use u_int | Junio C Hamano | 2006-12-20 | 1 | -1/+1 |
| | | | | | | It is pointless. Signed-off-by: Junio C Hamano <junkio@cox.net> | ||||
* | NO_INET_NTOP and compat/inet_ntop.c for some systems (e.g. old Cygwin). | Yakov Lerner | 2006-05-22 | 1 | -0/+200 |
For systems which lack inet_ntop(), this adds compat/inet_ntop.c, and related build constant, NO_INET_NTOP. Older Cygwin(s) lack inet_ntop(). Signed-off-by: Yakov Lerner <iler.ml@gmail.com> Signed-off-by: Junio C Hamano <junkio@cox.net> |