summaryrefslogtreecommitdiff
path: root/lib/libc/net/res_send.c
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2002-09-06 18:35:13 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2002-09-06 18:35:13 +0000
commitbf3ef4a5d5889b762ba9743d44769f699e017e16 (patch)
treefe248fabb92557f313b861f0970c4818261d16ce /lib/libc/net/res_send.c
parent69c2bb09342a39c06cee4a393cb24345bb692aec (diff)
use socklen_t where needed; henning pvalchev ok
Diffstat (limited to 'lib/libc/net/res_send.c')
-rw-r--r--lib/libc/net/res_send.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/net/res_send.c b/lib/libc/net/res_send.c
index 81bf23ba9ff..b043e7c9fb7 100644
--- a/lib/libc/net/res_send.c
+++ b/lib/libc/net/res_send.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: res_send.c,v 1.11 2002/02/16 21:27:23 millert Exp $ */
+/* $OpenBSD: res_send.c,v 1.12 2002/09/06 18:35:12 deraadt Exp $ */
/*
* ++Copyright++ 1985, 1989, 1993
@@ -64,7 +64,7 @@
static char sccsid[] = "@(#)res_send.c 8.1 (Berkeley) 6/4/93";
static char rcsid[] = "$From: res_send.c,v 8.12 1996/10/08 04:51:06 vixie Exp $";
#else
-static char rcsid[] = "$OpenBSD: res_send.c,v 1.11 2002/02/16 21:27:23 millert Exp $";
+static char rcsid[] = "$OpenBSD: res_send.c,v 1.12 2002/09/06 18:35:12 deraadt Exp $";
#endif
#endif /* LIBC_SCCS and not lint */
@@ -579,7 +579,7 @@ read_len:
struct timeval timeout;
fd_set *dsmaskp;
struct sockaddr_storage from;
- int fromlen;
+ socklen_t fromlen;
if ((s < 0) || vc || (af != nsap->sa_family)) {
if (vc)