diff options
author | David du Colombier <0intro@gmail.com> | 2014-05-15 06:28:05 +0200 |
---|---|---|
committer | David du Colombier <0intro@gmail.com> | 2014-05-15 06:28:05 +0200 |
commit | 954e03ccfe21a06da9d581c04e92bf87feec192e (patch) | |
tree | 40cdb961a3d5d6b687b42da820206e0ee330b15c /src/libndb | |
parent | 45f8ba54143323f08a21343633764caa59aa3ea3 (diff) | |
download | plan9port-954e03ccfe21a06da9d581c04e92bf87feec192e.tar.gz plan9port-954e03ccfe21a06da9d581c04e92bf87feec192e.tar.bz2 plan9port-954e03ccfe21a06da9d581c04e92bf87feec192e.zip |
libndb: add AUTOLIB(resolv)
LGTM=rsc
R=rsc
https://codereview.appspot.com/97370043
Diffstat (limited to 'src/libndb')
-rw-r--r-- | src/libndb/sysdnsquery.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/libndb/sysdnsquery.c b/src/libndb/sysdnsquery.c index b9661be1..f7587ad9 100644 --- a/src/libndb/sysdnsquery.c +++ b/src/libndb/sysdnsquery.c @@ -9,6 +9,8 @@ #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*); |