author | Marius Storm-Olsen <mstormo@gmail.com> | |
Wed, 16 Sep 2009 08:20:23 +0000 (10:20 +0200) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Sat, 19 Sep 2009 03:00:42 +0000 (20:00 -0700) | ||
commit | 55fcb06482c9971d95f3575274a8617c0d9f5d92 | |
tree | f2129abcbab2728eaab0343f25e35317ca7cd3b9 | tree | snapshot |
parent | 71064e3f86fbf2eb5c2b55a3024051f9542ae229 | commit | diff |
Add empty header files for MSVC port
MSVC lacks many of the header files included by git-compat-util.h; add
blank header files for these instead of going ifdef crazy.
Signed-off-by: Marius Storm-Olsen <mstormo@gmail.com>
Acked-by: Johannes Sixt <j6t@kdbg.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
MSVC lacks many of the header files included by git-compat-util.h; add
blank header files for these instead of going ifdef crazy.
Signed-off-by: Marius Storm-Olsen <mstormo@gmail.com>
Acked-by: Johannes Sixt <j6t@kdbg.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
14 files changed:
compat/vcbuild/include/arpa/inet.h | [new file with mode: 0644] | blob |
compat/vcbuild/include/grp.h | [new file with mode: 0644] | blob |
compat/vcbuild/include/inttypes.h | [new file with mode: 0644] | blob |
compat/vcbuild/include/netdb.h | [new file with mode: 0644] | blob |
compat/vcbuild/include/netinet/in.h | [new file with mode: 0644] | blob |
compat/vcbuild/include/netinet/tcp.h | [new file with mode: 0644] | blob |
compat/vcbuild/include/pwd.h | [new file with mode: 0644] | blob |
compat/vcbuild/include/sys/ioctl.h | [new file with mode: 0644] | blob |
compat/vcbuild/include/sys/param.h | [new file with mode: 0644] | blob |
compat/vcbuild/include/sys/poll.h | [new file with mode: 0644] | blob |
compat/vcbuild/include/sys/select.h | [new file with mode: 0644] | blob |
compat/vcbuild/include/sys/socket.h | [new file with mode: 0644] | blob |
compat/vcbuild/include/sys/time.h | [new file with mode: 0644] | blob |
compat/vcbuild/include/sys/wait.h | [new file with mode: 0644] | blob |