summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorwrowe <wrowe@13f79535-47bb-0310-9956-ffa450edef68>2001-05-16 05:33:27 +0000
committerwrowe <wrowe@13f79535-47bb-0310-9956-ffa450edef68>2001-05-16 05:33:27 +0000
commit151b0bca353a4dbe0d0f43677c3b524f5cc159cc (patch)
tree4558e5358b41d10857201f3fad30ea5621f78ed7 /include
parent22c3e557283950e9ba8afb403c83e93dbeab6a3b (diff)
downloadlibapr-151b0bca353a4dbe0d0f43677c3b524f5cc159cc.tar.gz
A touch of fixes for win32. Lots more wrong apr_size_t vs apr_off_t
assumptions to correct, though. git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@61650 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include')
-rw-r--r--include/apr.hw2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/apr.hw b/include/apr.hw
index 756539eb7..442b6ad67 100644
--- a/include/apr.hw
+++ b/include/apr.hw
@@ -229,7 +229,7 @@ typedef unsigned __int64 apr_uint64_t;
typedef size_t apr_size_t;
typedef ptrdiff_t apr_ssize_t;
typedef _off_t apr_off_t;
-typedef size_t apr_socklen_t;
+typedef int apr_socklen_t;
typedef int pid_t;
typedef int uid_t;
typedef int gid_t;