aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/tftp
diff options
context:
space:
mode:
authorStefan Farfeleder <stefanf@FreeBSD.org>2005-02-14 17:42:58 +0000
committerStefan Farfeleder <stefanf@FreeBSD.org>2005-02-14 17:42:58 +0000
commit78e3eed07184d423cdabe6a8baae3edcd47c3dc5 (patch)
tree5a1a482690a82b5a762fe1b22f8d9ecebb0c7f70 /usr.bin/tftp
parent6aac4c27da987ea7a85281142bf33cf2c5047134 (diff)
Notes
Diffstat (limited to 'usr.bin/tftp')
-rw-r--r--usr.bin/tftp/tftpsubs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/tftp/tftpsubs.c b/usr.bin/tftp/tftpsubs.c
index a3673d83c721..a7911cf70a89 100644
--- a/usr.bin/tftp/tftpsubs.c
+++ b/usr.bin/tftp/tftpsubs.c
@@ -261,7 +261,7 @@ synchnet(f)
int i, j = 0;
char rbuf[PKTSIZE];
struct sockaddr_storage from;
- int fromlen;
+ socklen_t fromlen;
while (1) {
(void) ioctl(f, FIONREAD, &i);