diff options
author | Eric Faurot <eric@cvs.openbsd.org> | 2015-09-20 14:19:22 +0000 |
---|---|---|
committer | Eric Faurot <eric@cvs.openbsd.org> | 2015-09-20 14:19:22 +0000 |
commit | ef1d63bcf6fcd5b06d88b13c2ab3e6a7aeae2e0b (patch) | |
tree | 2490a33ee64727b92ad3939993099a207f1ac1ff /lib/libc/asr/getaddrinfo_async.c | |
parent | 0c29ef255efa9f7f234cf52b68678b1afff3cf48 (diff) |
remove bogus includes of err.h
Diffstat (limited to 'lib/libc/asr/getaddrinfo_async.c')
-rw-r--r-- | lib/libc/asr/getaddrinfo_async.c | 3 |
1 files changed, 1 insertions, 2 deletions
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> |