usr.sbin, fix bind configure:
Carefully checked that config.h and generated Makefiles don't change.
diff --git usr.sbin/bind/configure usr.sbin/bind/configure
index 6e280ad..db02979 100644
--- usr.sbin/bind/configure
+++ usr.sbin/bind/configure
@@ -4596,6 +4596,8 @@ cat confdefs.h >>conftest.$ac_ext
cat >>conftest.$ac_ext <<_ACEOF
/* end confdefs.h. */
+int foo1();
+
int
main ()
{
@@ -5697,6 +5699,7 @@ cat >>conftest.$ac_ext <<_ACEOF
/* end confdefs.h. */
#include <openssl/err.h>
+#include <openssl/dso.h>
int
main ()
{
@@ -5738,6 +5741,7 @@ cat >>conftest.$ac_ext <<_ACEOF
/* end confdefs.h. */
#include <openssl/err.h>
+#include <openssl/dso.h>
int
main ()
@@ -26856,6 +26860,8 @@ cat >>conftest.$ac_ext <<_ACEOF
/* end confdefs.h. */
#include <stdio.h>
+#include <stdlib.h>
+#include <string.h>
main() {
long long int j = 0;
char buf[100];
@@ -28439,6 +28445,7 @@ cat confdefs.h >>conftest.$ac_ext
cat >>conftest.$ac_ext <<_ACEOF
/* end confdefs.h. */
+#include <stdlib.h>
main() {
exit((sizeof(void *) == 8) ? 0 : 1);
}
--
I'm not entirely sure you are real.