Patch to make openssh-1.2.1pre27 compile on a sparc solaris7 syst em
Jay Fenlason
Fenlason at clearway.com
Fri Jan 21 10:15:29 EST 2000
Hack: diff -c defines.h.orig defines.h
*** defines.h.orig Thu Jan 20 18:07:40 2000
--- defines.h Thu Jan 20 18:08:05 2000
***************
*** 78,83 ****
--- 78,84 ----
/* If sys/types.h does not supply u_intXX_t, supply them ourselves */
#ifndef HAVE_U_INTXX_T
# ifdef HAVE_UINTXX_T
+ typedef uint8_t u_int8_t;
typedef uint16_t u_int16_t;
typedef uint32_t u_int32_t;
typedef uint64_t u_int64_t;
Hack: uname -a
SunOS sol 5.7 Generic_106541-08 sun4u sparc SUNW,Ultra-250
-- JF
More information about the openssh-unix-dev
mailing list