ANNOUNCE: openssh-1.2.1pre24

Ben Taylor bent at clark.net
Fri Dec 31 15:08:24 EST 1999


This is a patch to avoid the redefinition of the uintxx_t structures.

Ben

--- defines.h.ORIG      Thu Dec 30 23:05:41 1999
+++ defines.h   Thu Dec 30 23:06:35 1999
@@ -61,7 +61,7 @@
 # else
 #  if (SIZEOF_LONG_LONG_INT == 8)
 typedef long long int int64_t;
-#   define HAVE_INTXX_T
+#   define HAVE_INTXX_T 1
 #  else
 #   error "64 bit int type not found."
 #  endif
@@ -74,6 +74,7 @@
 typedef uint16_t u_int16_t;
 typedef uint32_t u_int32_t;
 typedef  uint64_t u_int64_t;
+#  define HAVE_U_INTXX_T 1
 # else
 #  if (SIZEOF_SHORT_INT == 2)
 typedef unsigned short int u_int16_t;






More information about the openssh-unix-dev mailing list