]> git.ipfire.org Git - thirdparty/git.git/commit - Makefile
NO_INET_NTOP and compat/inet_ntop.c for some systems (e.g. old Cygwin).
authorYakov Lerner <iler.ml@gmail.com>
Sun, 21 May 2006 21:37:00 +0000 (00:37 +0300)
committerJunio C Hamano <junkio@cox.net>
Sun, 21 May 2006 23:44:36 +0000 (16:44 -0700)
commit6ba68ab2884e6c1db942e3bff63d4aa0bf354094
tree29cc0f4eeece041b8bd457075e832fbf1a44fd97
parentfbd01abf50488d8ed94c36bdd5bfc2a4ddafb8a2
NO_INET_NTOP and compat/inet_ntop.c for some systems (e.g. old Cygwin).

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>
Makefile
compat/inet_ntop.c [new file with mode: 0644]