Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
Add empty header files for MSVC port
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)
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]
patch
|
blob
compat/vcbuild/include/grp.h
[new file with mode: 0644]
patch
|
blob
compat/vcbuild/include/inttypes.h
[new file with mode: 0644]
patch
|
blob
compat/vcbuild/include/netdb.h
[new file with mode: 0644]
patch
|
blob
compat/vcbuild/include/netinet/in.h
[new file with mode: 0644]
patch
|
blob
compat/vcbuild/include/netinet/tcp.h
[new file with mode: 0644]
patch
|
blob
compat/vcbuild/include/pwd.h
[new file with mode: 0644]
patch
|
blob
compat/vcbuild/include/sys/ioctl.h
[new file with mode: 0644]
patch
|
blob
compat/vcbuild/include/sys/param.h
[new file with mode: 0644]
patch
|
blob
compat/vcbuild/include/sys/poll.h
[new file with mode: 0644]
patch
|
blob
compat/vcbuild/include/sys/select.h
[new file with mode: 0644]
patch
|
blob
compat/vcbuild/include/sys/socket.h
[new file with mode: 0644]
patch
|
blob
compat/vcbuild/include/sys/time.h
[new file with mode: 0644]
patch
|
blob
compat/vcbuild/include/sys/wait.h
[new file with mode: 0644]
patch
|
blob
raw
|
patch
|
inline
| side by side (parent:
71064e3
)
diff --git a/compat/vcbuild/include/arpa/inet.h
b/compat/vcbuild/include/arpa/inet.h
new file mode 100644
(file)
index 0000000..
0d8552a
--- /dev/null
+++ b/
compat/vcbuild/include/arpa/inet.h
@@ -0,0
+1
@@
+/* Intentionally empty file to support building git with MSVC */
diff --git a/compat/vcbuild/include/grp.h
b/compat/vcbuild/include/grp.h
new file mode 100644
(file)
index 0000000..
0d8552a
--- /dev/null
+++ b/
compat/vcbuild/include/grp.h
@@ -0,0
+1
@@
+/* Intentionally empty file to support building git with MSVC */
diff --git a/compat/vcbuild/include/inttypes.h
b/compat/vcbuild/include/inttypes.h
new file mode 100644
(file)
index 0000000..
0d8552a
--- /dev/null
+++ b/
compat/vcbuild/include/inttypes.h
@@ -0,0
+1
@@
+/* Intentionally empty file to support building git with MSVC */
diff --git a/compat/vcbuild/include/netdb.h
b/compat/vcbuild/include/netdb.h
new file mode 100644
(file)
index 0000000..
0d8552a
--- /dev/null
+++ b/
compat/vcbuild/include/netdb.h
@@ -0,0
+1
@@
+/* Intentionally empty file to support building git with MSVC */
diff --git a/compat/vcbuild/include/netinet/in.h
b/compat/vcbuild/include/netinet/in.h
new file mode 100644
(file)
index 0000000..
0d8552a
--- /dev/null
+++ b/
compat/vcbuild/include/netinet/in.h
@@ -0,0
+1
@@
+/* Intentionally empty file to support building git with MSVC */
diff --git a/compat/vcbuild/include/netinet/tcp.h
b/compat/vcbuild/include/netinet/tcp.h
new file mode 100644
(file)
index 0000000..
0d8552a
--- /dev/null
+++ b/
compat/vcbuild/include/netinet/tcp.h
@@ -0,0
+1
@@
+/* Intentionally empty file to support building git with MSVC */
diff --git a/compat/vcbuild/include/pwd.h
b/compat/vcbuild/include/pwd.h
new file mode 100644
(file)
index 0000000..
0d8552a
--- /dev/null
+++ b/
compat/vcbuild/include/pwd.h
@@ -0,0
+1
@@
+/* Intentionally empty file to support building git with MSVC */
diff --git a/compat/vcbuild/include/sys/ioctl.h
b/compat/vcbuild/include/sys/ioctl.h
new file mode 100644
(file)
index 0000000..
0d8552a
--- /dev/null
+++ b/
compat/vcbuild/include/sys/ioctl.h
@@ -0,0
+1
@@
+/* Intentionally empty file to support building git with MSVC */
diff --git a/compat/vcbuild/include/sys/param.h
b/compat/vcbuild/include/sys/param.h
new file mode 100644
(file)
index 0000000..
0d8552a
--- /dev/null
+++ b/
compat/vcbuild/include/sys/param.h
@@ -0,0
+1
@@
+/* Intentionally empty file to support building git with MSVC */
diff --git a/compat/vcbuild/include/sys/poll.h
b/compat/vcbuild/include/sys/poll.h
new file mode 100644
(file)
index 0000000..
0d8552a
--- /dev/null
+++ b/
compat/vcbuild/include/sys/poll.h
@@ -0,0
+1
@@
+/* Intentionally empty file to support building git with MSVC */
diff --git a/compat/vcbuild/include/sys/select.h
b/compat/vcbuild/include/sys/select.h
new file mode 100644
(file)
index 0000000..
0d8552a
--- /dev/null
+++ b/
compat/vcbuild/include/sys/select.h
@@ -0,0
+1
@@
+/* Intentionally empty file to support building git with MSVC */
diff --git a/compat/vcbuild/include/sys/socket.h
b/compat/vcbuild/include/sys/socket.h
new file mode 100644
(file)
index 0000000..
0d8552a
--- /dev/null
+++ b/
compat/vcbuild/include/sys/socket.h
@@ -0,0
+1
@@
+/* Intentionally empty file to support building git with MSVC */
diff --git a/compat/vcbuild/include/sys/time.h
b/compat/vcbuild/include/sys/time.h
new file mode 100644
(file)
index 0000000..
0d8552a
--- /dev/null
+++ b/
compat/vcbuild/include/sys/time.h
@@ -0,0
+1
@@
+/* Intentionally empty file to support building git with MSVC */
diff --git a/compat/vcbuild/include/sys/wait.h
b/compat/vcbuild/include/sys/wait.h
new file mode 100644
(file)
index 0000000..
0d8552a
--- /dev/null
+++ b/
compat/vcbuild/include/sys/wait.h
@@ -0,0
+1
@@
+/* Intentionally empty file to support building git with MSVC */