]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
add nlist.h
authorMark Andrews <marka@isc.org>
Mon, 20 Aug 2001 07:29:47 +0000 (07:29 +0000)
committerMark Andrews <marka@isc.org>
Mon, 20 Aug 2001 07:29:47 +0000 (07:29 +0000)
lib/bind/port/linux/include/nlist.h [new file with mode: 0644]

diff --git a/lib/bind/port/linux/include/nlist.h b/lib/bind/port/linux/include/nlist.h
new file mode 100644 (file)
index 0000000..1d97b17
--- /dev/null
@@ -0,0 +1,3 @@
+#if __GLIBC__ < 2
+#  include_next <nlist.h>
+#endif