aboutsummaryrefslogtreecommitdiff
path: root/sockutils.h
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2016-07-30 14:58:33 -0700
committerGuy Harris <guy@alum.mit.edu>2016-07-30 14:58:33 -0700
commitca682fd83c9ea1dc0e16e5c938faeb253dccbaae (patch)
tree08233369899c142eab4f04843adbf1c6164307c1 /sockutils.h
parent42bba9e4c0707bd68a93d98f952fa67b6849bc23 (diff)
No sockutils.h API uses ssize_t, so define it in sockutils.c.
Diffstat (limited to 'sockutils.h')
-rw-r--r--sockutils.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/sockutils.h b/sockutils.h
index c3c2a619..47f8f021 100644
--- a/sockutils.h
+++ b/sockutils.h
@@ -124,7 +124,6 @@ int WSAAPI getnameinfo(const struct sockaddr*,socklen_t,char*,DWORD,
* XXX - do we need to worry about UN*Xes so old that *they* don't
* have them, either?
*/
- typedef int ssize_t;
typedef int socklen_t;
#else
/*!