aboutsummaryrefslogtreecommitdiff
path: root/src/libndb
diff options
context:
space:
mode:
authorDavid du Colombier <0intro@gmail.com>2014-10-20 22:21:43 +0200
committerDavid du Colombier <0intro@gmail.com>2014-10-20 22:21:43 +0200
commitfd3496d3ef1b3f27c670c25278cbb0304f74a706 (patch)
treedd6174731514b23b40418b985a7d3b7dc6672af7 /src/libndb
parent738e890b19eb560e557197aa59598a5e08983a28 (diff)
downloadplan9port-fd3496d3ef1b3f27c670c25278cbb0304f74a706.tar.gz
plan9port-fd3496d3ef1b3f27c670c25278cbb0304f74a706.tar.bz2
plan9port-fd3496d3ef1b3f27c670c25278cbb0304f74a706.zip
9l: link with -lresolv on Linux
LGTM=rsc R=rsc https://codereview.appspot.com/136520044
Diffstat (limited to 'src/libndb')
-rw-r--r--src/libndb/sysdnsquery.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/libndb/sysdnsquery.c b/src/libndb/sysdnsquery.c
index f7587ad9..b9661be1 100644
--- a/src/libndb/sysdnsquery.c
+++ b/src/libndb/sysdnsquery.c
@@ -9,8 +9,6 @@
#include <ndb.h>
#include "ndbhf.h"
-AUTOLIB(resolv)
-
static void nstrcpy(char*, char*, int);
static void mkptrname(char*, char*, int);
static Ndbtuple *doquery(char*, char*);