]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
initial
authorMark Andrews <marka@isc.org>
Tue, 3 Apr 2001 02:17:12 +0000 (02:17 +0000)
committerMark Andrews <marka@isc.org>
Tue, 3 Apr 2001 02:17:12 +0000 (02:17 +0000)
lib/bind/isc/ip6.c [new file with mode: 0644]

diff --git a/lib/bind/isc/ip6.c b/lib/bind/isc/ip6.c
new file mode 100644 (file)
index 0000000..a392532
--- /dev/null
@@ -0,0 +1,10 @@
+#include <port_before.h>
+#include <port_after.h>
+
+/*
+ * Make sure we don't cause linkage problems.
+ */
+const struct in6_addr isc_in6addr_any = IN6ADDR_ANY_INIT;
+#if 0
+const struct in6_addr isc_in6addr_loopback = IN6ADDR_LOOPBACK_INIT;
+#endif