Code

Merge branch 'md/interix'
authorJunio C Hamano <gitster@pobox.com>
Tue, 30 Nov 2010 01:52:34 +0000 (17:52 -0800)
committerJunio C Hamano <gitster@pobox.com>
Tue, 30 Nov 2010 01:52:34 +0000 (17:52 -0800)
* md/interix:
  Interix: add configure checks
  add support for the SUA layer (interix; windows)

Conflicts:
git-compat-util.h

1  2 
Makefile
daemon.c
git-compat-util.h

diff --cc Makefile
Simple merge
diff --cc daemon.c
Simple merge
index d0a1e480b6445a6f5ba3680672c255ab44ca43f0,625b2e4f142fcd756f80c20fd22c03c15f1b9214..490f96974417b00cd98de046ab1d6853425c3335
  #include <assert.h>
  #include <regex.h>
  #include <utime.h>
 -#ifndef __MINGW32__
 -#include <sys/wait.h>
 +#include <syslog.h>
+ #ifndef NO_SYS_POLL_H
  #include <sys/poll.h>
+ #else
+ #include <poll.h>
+ #endif
 +#ifndef __MINGW32__
 +#include <sys/wait.h>
  #include <sys/socket.h>
  #include <sys/ioctl.h>
  #include <termios.h>