diff options
author | 2015-09-20 14:19:21 +0000 | |
---|---|---|
committer | 2015-09-20 14:19:21 +0000 | |
commit | a55a423af49ffc58174bbeae564544af69217dcc (patch) | |
tree | 619d0f76b95c6390c3482639a8921c328be81f35 /lib/libc/asr/getrrsetbyname_async.c | |
parent | Pack the algorithm numbers, to avoid printing a useless (null) 0 0 0 0 (diff) | |
download | wireguard-openbsd-a55a423af49ffc58174bbeae564544af69217dcc.tar.xz wireguard-openbsd-a55a423af49ffc58174bbeae564544af69217dcc.zip |
remove bogus includes of err.h
Diffstat (limited to 'lib/libc/asr/getrrsetbyname_async.c')
-rw-r--r-- | lib/libc/asr/getrrsetbyname_async.c | 5 |
1 files changed, 2 insertions, 3 deletions
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. |