Kill outdated comment.
authorjca <jca@openbsd.org>
Mon, 25 May 2015 21:59:37 +0000 (21:59 +0000)
committerjca <jca@openbsd.org>
Mon, 25 May 2015 21:59:37 +0000 (21:59 +0000)
ok eric@

lib/libc/asr/getaddrinfo_async.c

index c96b85c..b075d68 100644 (file)
@@ -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>