summaryrefslogtreecommitdiffstats
path: root/cpukit/libnetworking/libc/res_send.c
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2005-05-10 08:06:58 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2005-05-10 08:06:58 +0000
commit8b02581b220950092aeb3adf95c9fc19e361e1d9 (patch)
tree5afa90be78d6c27cb40c36d23f8af0338a8701aa /cpukit/libnetworking/libc/res_send.c
parentRemove. (diff)
downloadrtems-8b02581b220950092aeb3adf95c9fc19e361e1d9.tar.bz2
socklen_t.
Diffstat (limited to 'cpukit/libnetworking/libc/res_send.c')
-rw-r--r--cpukit/libnetworking/libc/res_send.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/libnetworking/libc/res_send.c b/cpukit/libnetworking/libc/res_send.c
index fadc16c566..d28165996d 100644
--- a/cpukit/libnetworking/libc/res_send.c
+++ b/cpukit/libnetworking/libc/res_send.c
@@ -548,7 +548,7 @@ read_len:
int dsmasklen;
#endif
struct sockaddr_in from;
- int fromlen;
+ socklen_t fromlen;
if ((s < 0) || vc) {
if (vc)