mirror of
https://github.com/git/git.git
synced 2025-01-22 15:33:59 +08:00
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>
This commit is contained in:
parent
71064e3f86
commit
55fcb06482
1
compat/vcbuild/include/arpa/inet.h
Normal file
1
compat/vcbuild/include/arpa/inet.h
Normal file
@ -0,0 +1 @@
|
||||
/* Intentionally empty file to support building git with MSVC */
|
1
compat/vcbuild/include/grp.h
Normal file
1
compat/vcbuild/include/grp.h
Normal file
@ -0,0 +1 @@
|
||||
/* Intentionally empty file to support building git with MSVC */
|
1
compat/vcbuild/include/inttypes.h
Normal file
1
compat/vcbuild/include/inttypes.h
Normal file
@ -0,0 +1 @@
|
||||
/* Intentionally empty file to support building git with MSVC */
|
1
compat/vcbuild/include/netdb.h
Normal file
1
compat/vcbuild/include/netdb.h
Normal file
@ -0,0 +1 @@
|
||||
/* Intentionally empty file to support building git with MSVC */
|
1
compat/vcbuild/include/netinet/in.h
Normal file
1
compat/vcbuild/include/netinet/in.h
Normal file
@ -0,0 +1 @@
|
||||
/* Intentionally empty file to support building git with MSVC */
|
1
compat/vcbuild/include/netinet/tcp.h
Normal file
1
compat/vcbuild/include/netinet/tcp.h
Normal file
@ -0,0 +1 @@
|
||||
/* Intentionally empty file to support building git with MSVC */
|
1
compat/vcbuild/include/pwd.h
Normal file
1
compat/vcbuild/include/pwd.h
Normal file
@ -0,0 +1 @@
|
||||
/* Intentionally empty file to support building git with MSVC */
|
1
compat/vcbuild/include/sys/ioctl.h
Normal file
1
compat/vcbuild/include/sys/ioctl.h
Normal file
@ -0,0 +1 @@
|
||||
/* Intentionally empty file to support building git with MSVC */
|
1
compat/vcbuild/include/sys/param.h
Normal file
1
compat/vcbuild/include/sys/param.h
Normal file
@ -0,0 +1 @@
|
||||
/* Intentionally empty file to support building git with MSVC */
|
1
compat/vcbuild/include/sys/poll.h
Normal file
1
compat/vcbuild/include/sys/poll.h
Normal file
@ -0,0 +1 @@
|
||||
/* Intentionally empty file to support building git with MSVC */
|
1
compat/vcbuild/include/sys/select.h
Normal file
1
compat/vcbuild/include/sys/select.h
Normal file
@ -0,0 +1 @@
|
||||
/* Intentionally empty file to support building git with MSVC */
|
1
compat/vcbuild/include/sys/socket.h
Normal file
1
compat/vcbuild/include/sys/socket.h
Normal file
@ -0,0 +1 @@
|
||||
/* Intentionally empty file to support building git with MSVC */
|
1
compat/vcbuild/include/sys/time.h
Normal file
1
compat/vcbuild/include/sys/time.h
Normal file
@ -0,0 +1 @@
|
||||
/* Intentionally empty file to support building git with MSVC */
|
1
compat/vcbuild/include/sys/wait.h
Normal file
1
compat/vcbuild/include/sys/wait.h
Normal file
@ -0,0 +1 @@
|
||||
/* Intentionally empty file to support building git with MSVC */
|
Loading…
Reference in New Issue
Block a user