Skip to content

Commit

Permalink
Add empty header files for MSVC port
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Marius Storm-Olsen authored and Junio C Hamano committed Sep 19, 2009
1 parent 71064e3 commit 55fcb06
Show file tree
Hide file tree
Showing 14 changed files with 14 additions and 0 deletions.
1 change: 1 addition & 0 deletions compat/vcbuild/include/arpa/inet.h
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/* Intentionally empty file to support building git with MSVC */
1 change: 1 addition & 0 deletions compat/vcbuild/include/grp.h
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/* Intentionally empty file to support building git with MSVC */
1 change: 1 addition & 0 deletions compat/vcbuild/include/inttypes.h
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/* Intentionally empty file to support building git with MSVC */
1 change: 1 addition & 0 deletions compat/vcbuild/include/netdb.h
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/* Intentionally empty file to support building git with MSVC */
1 change: 1 addition & 0 deletions compat/vcbuild/include/netinet/in.h
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/* Intentionally empty file to support building git with MSVC */
1 change: 1 addition & 0 deletions compat/vcbuild/include/netinet/tcp.h
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/* Intentionally empty file to support building git with MSVC */
1 change: 1 addition & 0 deletions compat/vcbuild/include/pwd.h
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/* Intentionally empty file to support building git with MSVC */
1 change: 1 addition & 0 deletions compat/vcbuild/include/sys/ioctl.h
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/* Intentionally empty file to support building git with MSVC */
1 change: 1 addition & 0 deletions compat/vcbuild/include/sys/param.h
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/* Intentionally empty file to support building git with MSVC */
1 change: 1 addition & 0 deletions compat/vcbuild/include/sys/poll.h
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/* Intentionally empty file to support building git with MSVC */
1 change: 1 addition & 0 deletions compat/vcbuild/include/sys/select.h
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/* Intentionally empty file to support building git with MSVC */
1 change: 1 addition & 0 deletions compat/vcbuild/include/sys/socket.h
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/* Intentionally empty file to support building git with MSVC */
1 change: 1 addition & 0 deletions compat/vcbuild/include/sys/time.h
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/* Intentionally empty file to support building git with MSVC */
1 change: 1 addition & 0 deletions compat/vcbuild/include/sys/wait.h
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/* Intentionally empty file to support building git with MSVC */

0 comments on commit 55fcb06

Please sign in to comment.