From: Mark Andrews Date: Mon, 20 Aug 2001 07:29:47 +0000 (+0000) Subject: add nlist.h X-Git-Tag: v9.2.2rc1~30 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d7728fcf85b3d4773260dd6d10a435255e29477b;p=thirdparty%2Fbind9.git add nlist.h --- diff --git a/lib/bind/port/linux/include/nlist.h b/lib/bind/port/linux/include/nlist.h new file mode 100644 index 00000000000..1d97b17a56f --- /dev/null +++ b/lib/bind/port/linux/include/nlist.h @@ -0,0 +1,3 @@ +#if __GLIBC__ < 2 +# include_next +#endif