tlibndb: add AUTOLIB(resolv) - plan9port - [fork] Plan 9 from user space
HTML git clone git://src.adamsgaard.dk/plan9port
DIR Log
DIR Files
DIR Refs
DIR README
DIR LICENSE
---
DIR commit 954e03ccfe21a06da9d581c04e92bf87feec192e
DIR parent 45f8ba54143323f08a21343633764caa59aa3ea3
HTML 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:
M src/libndb/sysdnsquery.c | 2 ++
1 file changed, 2 insertions(+), 0 deletions(-)
---
DIR diff --git a/src/libndb/sysdnsquery.c b/src/libndb/sysdnsquery.c
t@@ -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*);