From 224cbdcc5d64a08fae54a0bb9aa7adf54ce1635b Mon Sep 17 00:00:00 2001 From: mouring Date: Sun, 10 Jun 2001 17:35:45 +0000 Subject: [PATCH] - (bal) Handle broken krb4 issues on Solaris with multiple defined u_*_t types. Patch by Jan IVEN --- ChangeLog | 2 ++ defines.h | 1 + 2 files changed, 3 insertions(+) diff --git a/ChangeLog b/ChangeLog index 0507e3c5..cd6e81e4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,8 @@ 20010611 - (bal) NeXT/MacOS X lack libgen.h and dirname(). Patch by Mark Miller + - (bal) Handle broken krb4 issues on Solaris with multiple defined u_*_t + types. Patch by Jan IVEN 20010610 - (bal) Missed two files in major resync. auth-bsdauth.c and auth-skey.c diff --git a/defines.h b/defines.h index 21ef33c0..4243d8f2 100644 --- a/defines.h +++ b/defines.h @@ -199,6 +199,7 @@ typedef unsigned long u_int32_t; # endif # endif # endif +#define __BIT_TYPES_DEFINED__ #endif /* 64-bit types */ -- 2.45.2