summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorEric Faurot <eric@cvs.openbsd.org>2015-09-20 14:19:22 +0000
committerEric Faurot <eric@cvs.openbsd.org>2015-09-20 14:19:22 +0000
commitef1d63bcf6fcd5b06d88b13c2ab3e6a7aeae2e0b (patch)
tree2490a33ee64727b92ad3939993099a207f1ac1ff /lib
parent0c29ef255efa9f7f234cf52b68678b1afff3cf48 (diff)
remove bogus includes of err.h
Diffstat (limited to 'lib')
-rw-r--r--lib/libc/asr/asr.c3
-rw-r--r--lib/libc/asr/getaddrinfo_async.c3
-rw-r--r--lib/libc/asr/gethostnamadr_async.c3
-rw-r--r--lib/libc/asr/getnameinfo_async.c3
-rw-r--r--lib/libc/asr/getnetnamadr_async.c3
-rw-r--r--lib/libc/asr/getrrsetbyname_async.c5
-rw-r--r--lib/libc/asr/res_search_async.c3
-rw-r--r--lib/libc/asr/res_send_async.c3
8 files changed, 9 insertions, 17 deletions
diff --git a/lib/libc/asr/asr.c b/lib/libc/asr/asr.c
index 415e9069b90..68d63c38d00 100644
--- a/lib/libc/asr/asr.c
+++ b/lib/libc/asr/asr.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: asr.c,v 1.42 2015/09/20 12:50:58 eric Exp $ */
+/* $OpenBSD: asr.c,v 1.43 2015/09/20 14:19:21 eric Exp $ */
/*
* Copyright (c) 2010-2012 Eric Faurot <eric@openbsd.org>
*
@@ -24,7 +24,6 @@
#include <netdb.h>
#include <asr.h>
-#include <err.h>
#include <errno.h>
#include <fcntl.h>
#include <resolv.h>
diff --git a/lib/libc/asr/getaddrinfo_async.c b/lib/libc/asr/getaddrinfo_async.c
index 2ed58a445f2..d3e7c569d14 100644
--- a/lib/libc/asr/getaddrinfo_async.c
+++ b/lib/libc/asr/getaddrinfo_async.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: getaddrinfo_async.c,v 1.44 2015/09/20 12:18:47 eric Exp $ */
+/* $OpenBSD: getaddrinfo_async.c,v 1.45 2015/09/20 14:19:21 eric Exp $ */
/*
* Copyright (c) 2012 Eric Faurot <eric@openbsd.org>
*
@@ -24,7 +24,6 @@
#include <netdb.h>
#include <asr.h>
-#include <err.h>
#include <errno.h>
#include <ifaddrs.h>
#include <resolv.h>
diff --git a/lib/libc/asr/gethostnamadr_async.c b/lib/libc/asr/gethostnamadr_async.c
index 6f82d0335c2..8bff0a0675a 100644
--- a/lib/libc/asr/gethostnamadr_async.c
+++ b/lib/libc/asr/gethostnamadr_async.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: gethostnamadr_async.c,v 1.39 2015/09/14 11:52:49 guenther Exp $ */
+/* $OpenBSD: gethostnamadr_async.c,v 1.40 2015/09/20 14:19:21 eric Exp $ */
/*
* Copyright (c) 2012 Eric Faurot <eric@openbsd.org>
*
@@ -24,7 +24,6 @@
#include <asr.h>
#include <ctype.h>
-#include <err.h>
#include <errno.h>
#include <resolv.h> /* for res_hnok */
#include <stdlib.h>
diff --git a/lib/libc/asr/getnameinfo_async.c b/lib/libc/asr/getnameinfo_async.c
index f3a70502796..714e6b9696c 100644
--- a/lib/libc/asr/getnameinfo_async.c
+++ b/lib/libc/asr/getnameinfo_async.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: getnameinfo_async.c,v 1.11 2015/09/14 11:52:49 guenther Exp $ */
+/* $OpenBSD: getnameinfo_async.c,v 1.12 2015/09/20 14:19:21 eric Exp $ */
/*
* Copyright (c) 2012 Eric Faurot <eric@openbsd.org>
*
@@ -24,7 +24,6 @@
#include <netdb.h>
#include <asr.h>
-#include <err.h>
#include <errno.h>
#include <stdlib.h>
#include <string.h>
diff --git a/lib/libc/asr/getnetnamadr_async.c b/lib/libc/asr/getnetnamadr_async.c
index 5f623f3467a..454fff20622 100644
--- a/lib/libc/asr/getnetnamadr_async.c
+++ b/lib/libc/asr/getnetnamadr_async.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: getnetnamadr_async.c,v 1.22 2015/09/14 11:52:49 guenther Exp $ */
+/* $OpenBSD: getnetnamadr_async.c,v 1.23 2015/09/20 14:19:21 eric Exp $ */
/*
* Copyright (c) 2012 Eric Faurot <eric@openbsd.org>
*
@@ -23,7 +23,6 @@
#include <netdb.h>
#include <asr.h>
-#include <err.h>
#include <errno.h>
#include <resolv.h> /* for res_hnok */
#include <stdlib.h>
diff --git a/lib/libc/asr/getrrsetbyname_async.c b/lib/libc/asr/getrrsetbyname_async.c
index 5a80d2b64d2..ac2bc32be57 100644
--- a/lib/libc/asr/getrrsetbyname_async.c
+++ b/lib/libc/asr/getrrsetbyname_async.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: getrrsetbyname_async.c,v 1.9 2015/09/14 11:52:49 guenther Exp $ */
+/* $OpenBSD: getrrsetbyname_async.c,v 1.10 2015/09/20 14:19:21 eric Exp $ */
/*
* Copyright (c) 2012 Eric Faurot <eric@openbsd.org>
*
@@ -23,7 +23,6 @@
#include <netdb.h>
#include <asr.h>
-#include <err.h>
#include <errno.h>
#include <resolv.h>
#include <stdlib.h>
@@ -171,7 +170,7 @@ getrrsetbyname_async_run(struct asr_query *as, struct asr_result *ar)
/* The rest of this file is taken from the orignal implementation. */
-/* $OpenBSD: getrrsetbyname_async.c,v 1.9 2015/09/14 11:52:49 guenther Exp $ */
+/* $OpenBSD: getrrsetbyname_async.c,v 1.10 2015/09/20 14:19:21 eric Exp $ */
/*
* Copyright (c) 2001 Jakob Schlyter. All rights reserved.
diff --git a/lib/libc/asr/res_search_async.c b/lib/libc/asr/res_search_async.c
index b2fc44d29e7..7cbb423ad76 100644
--- a/lib/libc/asr/res_search_async.c
+++ b/lib/libc/asr/res_search_async.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: res_search_async.c,v 1.17 2015/09/14 11:52:49 guenther Exp $ */
+/* $OpenBSD: res_search_async.c,v 1.18 2015/09/20 14:19:21 eric Exp $ */
/*
* Copyright (c) 2012 Eric Faurot <eric@openbsd.org>
*
@@ -22,7 +22,6 @@
#include <netdb.h>
#include <asr.h>
-#include <err.h>
#include <errno.h>
#include <resolv.h>
#include <stdlib.h>
diff --git a/lib/libc/asr/res_send_async.c b/lib/libc/asr/res_send_async.c
index da90557e804..e32638ed75e 100644
--- a/lib/libc/asr/res_send_async.c
+++ b/lib/libc/asr/res_send_async.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: res_send_async.c,v 1.26 2015/09/14 11:52:49 guenther Exp $ */
+/* $OpenBSD: res_send_async.c,v 1.27 2015/09/20 14:19:21 eric Exp $ */
/*
* Copyright (c) 2012 Eric Faurot <eric@openbsd.org>
*
@@ -23,7 +23,6 @@
#include <netdb.h>
#include <asr.h>
-#include <err.h>
#include <errno.h>
#include <fcntl.h>
#include <poll.h>