summaryrefslogtreecommitdiffstats
path: root/contrib/bind/bin/nslookup/send.c
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/bind/bin/nslookup/send.c')
-rw-r--r--contrib/bind/bin/nslookup/send.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/contrib/bind/bin/nslookup/send.c b/contrib/bind/bin/nslookup/send.c
index 61a8751..6af8873 100644
--- a/contrib/bind/bin/nslookup/send.c
+++ b/contrib/bind/bin/nslookup/send.c
@@ -53,7 +53,7 @@
#ifndef lint
static const char sccsid[] = "@(#)send.c 5.18 (Berkeley) 3/2/91";
-static const char rcsid[] = "$Id: send.c,v 8.9 1999/10/13 16:39:19 vixie Exp $";
+static const char rcsid[] = "$Id: send.c,v 8.10 2000/12/23 08:14:47 vixie Exp $";
#endif /* not lint */
/*
@@ -87,6 +87,7 @@ static const char rcsid[] = "$Id: send.c,v 8.9 1999/10/13 16:39:19 vixie Exp $";
#include <errno.h>
#include <resolv.h>
#include <stdio.h>
+#include <string.h>
#include <unistd.h>
#include "port_after.h"
@@ -393,8 +394,8 @@ SendRequest(struct in_addr *nsAddrPtr, const u_char *buf, int buflen,
*
* Called from the interrupt handler.
*/
-void SendRequest_close()
-{
+void
+SendRequest_close(void) {
if (s != -1) {
(void) close(s);
s = -1;
OpenPOWER on IntegriCloud