summaryrefslogtreecommitdiff
path: root/config.hw.in
diff options
context:
space:
mode:
authorjoe <joe@61a7d7f5-40b7-0310-9c16-bb0ea8cb1845>2009-09-26 19:56:52 +0000
committerjoe <joe@61a7d7f5-40b7-0310-9c16-bb0ea8cb1845>2009-09-26 19:56:52 +0000
commit70c266472cfd7ca0f95194c9b3b418bd4a592f90 (patch)
treeeb9b9847698cabbe12165b0b7785ad1af5ebce65 /config.hw.in
parent9ffdeb8d3732cd6dff7d457a23247ead7b2450b6 (diff)
downloadneon-70c266472cfd7ca0f95194c9b3b418bd4a592f90.tar.gz
* config.hw.in: Fix socklen_t with recent SDKs, thanks to Stefan Kung.
git-svn-id: http://svn.webdav.org/repos/projects/neon/trunk@1739 61a7d7f5-40b7-0310-9c16-bb0ea8cb1845
Diffstat (limited to 'config.hw.in')
-rw-r--r--config.hw.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.hw.in b/config.hw.in
index 13c2835..c2d7204 100644
--- a/config.hw.in
+++ b/config.hw.in
@@ -77,7 +77,7 @@
#define in_addr_t unsigned int
#endif
-#define socklen_t int
+typedef int socklen_t;
#include <io.h>
#define read _read