Skip to content

Commit 55fcb06

Browse files
mstormogitster
authored andcommitted
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 <[email protected]> Acked-by: Johannes Sixt <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 71064e3 commit 55fcb06

File tree

14 files changed

+14
-0
lines changed

14 files changed

+14
-0
lines changed

compat/vcbuild/include/arpa/inet.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/* Intentionally empty file to support building git with MSVC */

compat/vcbuild/include/grp.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/* Intentionally empty file to support building git with MSVC */

compat/vcbuild/include/inttypes.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/* Intentionally empty file to support building git with MSVC */

compat/vcbuild/include/netdb.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/* Intentionally empty file to support building git with MSVC */

compat/vcbuild/include/netinet/in.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/* Intentionally empty file to support building git with MSVC */

compat/vcbuild/include/netinet/tcp.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/* Intentionally empty file to support building git with MSVC */

compat/vcbuild/include/pwd.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/* Intentionally empty file to support building git with MSVC */

compat/vcbuild/include/sys/ioctl.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/* Intentionally empty file to support building git with MSVC */

compat/vcbuild/include/sys/param.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/* Intentionally empty file to support building git with MSVC */

compat/vcbuild/include/sys/poll.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/* Intentionally empty file to support building git with MSVC */

compat/vcbuild/include/sys/select.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/* Intentionally empty file to support building git with MSVC */

compat/vcbuild/include/sys/socket.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/* Intentionally empty file to support building git with MSVC */

compat/vcbuild/include/sys/time.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/* Intentionally empty file to support building git with MSVC */

compat/vcbuild/include/sys/wait.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/* Intentionally empty file to support building git with MSVC */

0 commit comments

Comments
 (0)