This is needed to compile daemon.c. In v1.7.3.2-162-ga666b47 (Nov 4 2010; Erik Faye-Lund <kusmabite@xxxxxxxxx>; daemon: opt-out on features that require posix) this was introduced for MingW, but this is also necessary for MSVC. Signed-off-by: Vincent van Ravesteijn <vfr@xxxxxxx> --- Makefile | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/Makefile b/Makefile index ee34eab..b9d53aa 100644 --- a/Makefile +++ b/Makefile @@ -1120,6 +1120,8 @@ ifeq ($(uname_S),Windows) BLK_SHA1 = YesPlease NO_POSIX_GOODIES = UnfortunatelyYes NATIVE_CRLF = YesPlease + NO_INET_PTON = YesPlease + NO_INET_NTOP = YesPlease CC = compat/vcbuild/scripts/clink.pl AR = compat/vcbuild/scripts/lib.pl -- 1.7.4.1 -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html