Merge branch 'maint'

* maint:
  Start preparing for 1.7.4.4
  pull: do not clobber untracked files on initial pull
  compat: add missing #include <sys/resource.h>

Conflicts:
	RelNotes
This commit is contained in:
Junio C Hamano
2011-04-03 13:53:11 -07:00
2 changed files with 38 additions and 0 deletions

View File

@ -118,6 +118,7 @@
#endif
#ifndef __MINGW32__
#include <sys/wait.h>
#include <sys/resource.h>
#include <sys/socket.h>
#include <sys/ioctl.h>
#include <termios.h>