]> git.ipfire.org Git - thirdparty/git.git/commit - compat/mingw.c
mingw: remove obsolete IPv6-related code
authorTanushree Tumane <tanushreetumane@gmail.com>
Wed, 27 Feb 2019 08:43:13 +0000 (00:43 -0800)
committerJunio C Hamano <gitster@pobox.com>
Tue, 7 May 2019 09:42:28 +0000 (18:42 +0900)
commitb9f0193b252b289a0188886aa6cf396510ccebc8
tree39db076c0ca32dd60a59709caea52171c863bd35
parent83232e38648b51abbcbdb56c94632b6906cc85a6
mingw: remove obsolete IPv6-related code

To support IPv6, Git provided fall back functions for Windows versions
that did not support IPv6. However, as Git dropped support for Windows
XP and prior, those functions are not needed anymore.

Remove those fallbacks by reverting fe3b2b7b827c (Enable support for
IPv6 on MinGW, 2009-11-24) and using the functions directly (without
'ipv6_' prefix).

Signed-off-by: Tanushree Tumane <tanushreetumane@gmail.com>
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
compat/mingw.c
compat/mingw.h