SCO patch attempt.
Markus Friedl
markus.friedl at informatik.uni-erlangen.de
Sun Jan 14 03:16:56 EST 2001
On Thu, Jan 11, 2001 at 10:00:26PM -0600, mouring at etoh.eviladmin.org wrote:
> +#ifdef HAVE_U_INT64_T
> u_int64_t
> buffer_get_int64(Buffer *buffer)
> {
> @@ -159,6 +160,7 @@
> buffer_get(buffer, (char *) buf, 8);
> return GET_64BIT(buf);
> }
> +#endif
wouldn't it be simpler to
typedef u_int32_t u_int64_t;
and check whether the first 4 bytes are != 0 ?
-m
More information about the openssh-unix-dev
mailing list