diff options
author | Daniel Stenberg <daniel@haxx.se> | 2010-06-08 10:19:39 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2010-06-08 10:19:39 +0200 |
commit | 7977bc3dfa7ed77d0a76834d7f1134b3e4a5c9cd (patch) | |
tree | 3d091e30f48db8791bfd6cb3dee674c2b19d097d /CHANGES | |
parent | 00fdafb0a18d39581cda2ade023bb29ccbf4038e (diff) |
TFTP: fix warning for sendto() usage on non-POSIX systems
Older unixes want an 'int' instead of 'size_t' as the 3rd
argumment so before this change it would cause warnings such as:
There is an implicit conversion from "unsigned long" to "int";
rounding, sign extension, or loss of accuracy may result.
Diffstat (limited to 'CHANGES')
0 files changed, 0 insertions, 0 deletions