Browse Source

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>
maint
Marius Storm-Olsen 15 years ago committed by Junio C Hamano
parent
commit
55fcb06482
  1. 1
      compat/vcbuild/include/arpa/inet.h
  2. 1
      compat/vcbuild/include/grp.h
  3. 1
      compat/vcbuild/include/inttypes.h
  4. 1
      compat/vcbuild/include/netdb.h
  5. 1
      compat/vcbuild/include/netinet/in.h
  6. 1
      compat/vcbuild/include/netinet/tcp.h
  7. 1
      compat/vcbuild/include/pwd.h
  8. 1
      compat/vcbuild/include/sys/ioctl.h
  9. 1
      compat/vcbuild/include/sys/param.h
  10. 1
      compat/vcbuild/include/sys/poll.h
  11. 1
      compat/vcbuild/include/sys/select.h
  12. 1
      compat/vcbuild/include/sys/socket.h
  13. 1
      compat/vcbuild/include/sys/time.h
  14. 1
      compat/vcbuild/include/sys/wait.h

1
compat/vcbuild/include/arpa/inet.h

@ -0,0 +1 @@ @@ -0,0 +1 @@
/* Intentionally empty file to support building git with MSVC */

1
compat/vcbuild/include/grp.h

@ -0,0 +1 @@ @@ -0,0 +1 @@
/* Intentionally empty file to support building git with MSVC */

1
compat/vcbuild/include/inttypes.h

@ -0,0 +1 @@ @@ -0,0 +1 @@
/* Intentionally empty file to support building git with MSVC */

1
compat/vcbuild/include/netdb.h

@ -0,0 +1 @@ @@ -0,0 +1 @@
/* Intentionally empty file to support building git with MSVC */

1
compat/vcbuild/include/netinet/in.h

@ -0,0 +1 @@ @@ -0,0 +1 @@
/* Intentionally empty file to support building git with MSVC */

1
compat/vcbuild/include/netinet/tcp.h

@ -0,0 +1 @@ @@ -0,0 +1 @@
/* Intentionally empty file to support building git with MSVC */

1
compat/vcbuild/include/pwd.h

@ -0,0 +1 @@ @@ -0,0 +1 @@
/* Intentionally empty file to support building git with MSVC */

1
compat/vcbuild/include/sys/ioctl.h

@ -0,0 +1 @@ @@ -0,0 +1 @@
/* Intentionally empty file to support building git with MSVC */

1
compat/vcbuild/include/sys/param.h

@ -0,0 +1 @@ @@ -0,0 +1 @@
/* Intentionally empty file to support building git with MSVC */

1
compat/vcbuild/include/sys/poll.h

@ -0,0 +1 @@ @@ -0,0 +1 @@
/* Intentionally empty file to support building git with MSVC */

1
compat/vcbuild/include/sys/select.h

@ -0,0 +1 @@ @@ -0,0 +1 @@
/* Intentionally empty file to support building git with MSVC */

1
compat/vcbuild/include/sys/socket.h

@ -0,0 +1 @@ @@ -0,0 +1 @@
/* Intentionally empty file to support building git with MSVC */

1
compat/vcbuild/include/sys/time.h

@ -0,0 +1 @@ @@ -0,0 +1 @@
/* Intentionally empty file to support building git with MSVC */

1
compat/vcbuild/include/sys/wait.h

@ -0,0 +1 @@ @@ -0,0 +1 @@
/* Intentionally empty file to support building git with MSVC */
Loading…
Cancel
Save