diff options
author | 2015-05-25 21:59:37 +0000 | |
---|---|---|
committer | 2015-05-25 21:59:37 +0000 | |
commit | 8f32d9f2a57bf61e14c6dde973a495119e38a49f (patch) | |
tree | ae1f74f4668a21e3ed095788e4ee885f1db5b50e | |
parent | Make SSL_CIPHER_get_bits() report ChaCha20-Poly1305 ciphers as using (diff) | |
download | wireguard-openbsd-8f32d9f2a57bf61e14c6dde973a495119e38a49f.tar.xz wireguard-openbsd-8f32d9f2a57bf61e14c6dde973a495119e38a49f.zip |
Kill outdated comment.
ok eric@
-rw-r--r-- | lib/libc/asr/getaddrinfo_async.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/asr/getaddrinfo_async.c b/lib/libc/asr/getaddrinfo_async.c index c96b85cb94c..b075d68f26b 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.37 2015/05/25 19:30:25 eric Exp $ */ +/* $OpenBSD: getaddrinfo_async.c,v 1.38 2015/05/25 21:59:37 jca Exp $ */ /* * Copyright (c) 2012 Eric Faurot <eric@openbsd.org> * @@ -27,7 +27,7 @@ #include <err.h> #include <errno.h> #include <ifaddrs.h> -#include <resolv.h> /* for res_hnok */ +#include <resolv.h> #include <stdlib.h> #include <string.h> #include <unistd.h> |