aboutsummaryrefslogtreecommitdiff
path: root/src/util/os_priority.c
diff options
context:
space:
mode:
authorLRN <lrn1986@gmail.com>2012-07-18 19:38:45 +0000
committerLRN <lrn1986@gmail.com>2012-07-18 19:38:45 +0000
commitf2c25595325c2a9802bf39e393104676621c24e5 (patch)
tree1aaae3960d184cd8017d62c6248e85591c935381 /src/util/os_priority.c
parent72c75cf93425904529da51936502e23bce3866b0 (diff)
downloadgnunet-f2c25595325c2a9802bf39e393104676621c24e5.tar.gz
gnunet-f2c25595325c2a9802bf39e393104676621c24e5.zip
Fix arm-lsocks protocol violation on W32
Diffstat (limited to 'src/util/os_priority.c')
-rw-r--r--src/util/os_priority.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/os_priority.c b/src/util/os_priority.c
index 33c84e804..337b8ddf4 100644
--- a/src/util/os_priority.c
+++ b/src/util/os_priority.c
@@ -1342,7 +1342,7 @@ start_process (int pipe_control,
1342 { 1342 {
1343 ssize_t wrote; 1343 ssize_t wrote;
1344 uint64_t size; 1344 uint64_t size;
1345 unsigned int count; 1345 uint64_t count;
1346 unsigned int i; 1346 unsigned int i;
1347 1347
1348 /* Tell the number of sockets */ 1348 /* Tell the number of sockets */