plan9port

fork of plan9port with libvec, libstr and libsdb
Log | Files | Refs | README | LICENSE

commit 954e03ccfe21a06da9d581c04e92bf87feec192e
parent 45f8ba54143323f08a21343633764caa59aa3ea3
Author: David du Colombier <0intro@gmail.com>
Date:   Thu, 15 May 2014 06:28:05 +0200

libndb: add AUTOLIB(resolv)

LGTM=rsc
R=rsc
https://codereview.appspot.com/97370043

Diffstat:
Msrc/libndb/sysdnsquery.c | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git 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*);