Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-1-4]: src/dist/bind/include Apply patch (new file, requested by he):



details:   https://anonhg.NetBSD.org/src/rev/681542f94700
branches:  netbsd-1-4
changeset: 470560:681542f94700
user:      he <he%NetBSD.org@localhost>
date:      Sat May 06 16:15:00 2000 +0000

description:
Apply patch (new file, requested by he):
  Use a static version of port_ipv6.h instead of generating it.
  The use of the probe script had at least two problems: it probed
  the host headers (could be fixed in another way), and it could
  be problematical in a cross-compile environment.

diffstat:

 dist/bind/include/port_ipv6.h |  9 +++++++++
 1 files changed, 9 insertions(+), 0 deletions(-)

diffs (13 lines):

diff -r bdd2b387784d -r 681542f94700 dist/bind/include/port_ipv6.h
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/dist/bind/include/port_ipv6.h     Sat May 06 16:15:00 2000 +0000
@@ -0,0 +1,9 @@
+
+/* This file is automatically generated. Do Not Edit. */
+
+#ifndef port_ipv6_h
+#define port_ipv6_h
+
+#undef HAS_INET6_STRUCTS
+
+#endif



Home | Main Index | Thread Index | Old Index