Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
apply: use starts_with() in gitdiff_verify_name()
[gitweb.git]
/
compat
/
mingw.h
diff --git
a/compat/mingw.h
b/compat/mingw.h
index 233933ee86b2d069c7fca5b0dc39ea6c6badb20b..95e128fcfd45e98c091256265c7d9bda95ec733f 100644
(file)
--- a/
compat/mingw.h
+++ b/
compat/mingw.h
@@
-73,6
+73,9
@@
typedef int pid_t;
#ifndef ECONNABORTED
#define ECONNABORTED WSAECONNABORTED
#endif
+#ifndef ENOTSOCK
+#define ENOTSOCK WSAENOTSOCK
+#endif
struct passwd {
char *pw_name;