OpenSSH 2.4.0 patch call..

Tim Rice tim at multitalents.net
Thu Dec 28 13:40:51 EST 2000


Here is a patch for SCO Open Server 5
It has sys/queue.h but it has nothing to do with the intended use.


-- 
Tim Rice				Multitalents	(707) 887-1469
tim at multitalents.net

-------------- next part --------------
--- acconfig.h.old	Tue Dec 19 18:34:49 2000
+++ acconfig.h	Wed Dec 27 18:00:28 2000
@@ -12,6 +12,7 @@
 
 /* SCO workaround */
 #undef BROKEN_SYS_TERMIO_H
+#undef HAVE_BOGUS_SYS_QUEUE_H
 
 /* Define if you have SCO protected password database */
 #undef HAVE_SCO_PROTECTED_PW
--- configure.in.old	Tue Dec 19 18:34:49 2000
+++ configure.in	Wed Dec 27 17:55:28 2000
@@ -229,6 +229,7 @@
 	rsh_path="/usr/bin/rcmd"
 	AC_DEFINE(HAVE_SCO_PROTECTED_PW)
 	AC_DEFINE(DISABLE_SHADOW)
+	AC_DEFINE(HAVE_BOGUS_SYS_QUEUE_H)
 	;;
 *-dec-osf*)
 # This is untested
--- ssh-keyscan.c.old	Thu Dec 21 17:44:00 2000
+++ ssh-keyscan.c	Wed Dec 27 17:57:25 2000
@@ -10,7 +10,7 @@
 #include "includes.h"
 RCSID("$OpenBSD: ssh-keyscan.c,v 1.6 2000/12/19 23:17:58 markus Exp $");
 
-#ifdef HAVE_SYS_QUEUE_H
+#if defined(HAVE_SYS_QUEUE_H)  &&  !defined(HAVE_BOGUS_SYS_QUEUE_H)
 #include <sys/queue.h>
 #else
 #include "bsd-queue.h"


More information about the openssh-unix-dev mailing list