summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBen Lindstrom <mouring@eviladmin.org>2001-06-10 17:35:45 +0000
committerBen Lindstrom <mouring@eviladmin.org>2001-06-10 17:35:45 +0000
commitd7d7da12ecbe0e84bd0cceb58b25cec0e75015cf (patch)
treed3580f0a61a8cdf6fcbcfc74553861766ff78a38
parent68c3ce1075a6a29c5ff351a01ce0784999a0e051 (diff)
- (bal) Handle broken krb4 issues on Solaris with multiple defined u_*_t
types. Patch by Jan IVEN <Jan.Iven@cern.ch>
-rw-r--r--ChangeLog4
-rw-r--r--defines.h3
2 files changed, 5 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index a340a433..c4f79774 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,8 @@
20010611
- (bal) NeXT/MacOS X lack libgen.h and dirname(). Patch by Mark Miller
<markm@swoon.net>
+ - (bal) Handle broken krb4 issues on Solaris with multiple defined u_*_t
+ types. Patch by Jan IVEN <Jan.Iven@cern.ch>
20010610
- (bal) Missed two files in major resync. auth-bsdauth.c and auth-skey.c
@@ -5599,4 +5601,4 @@
- Wrote replacements for strlcpy and mkdtemp
- Released 1.0pre1
-$Id: ChangeLog,v 1.1274 2001/06/10 17:24:51 mouring Exp $
+$Id: ChangeLog,v 1.1275 2001/06/10 17:35:45 mouring Exp $
diff --git a/defines.h b/defines.h
index 42a661a3..8a3d08c9 100644
--- a/defines.h
+++ b/defines.h
@@ -1,7 +1,7 @@
#ifndef _DEFINES_H
#define _DEFINES_H
-/* $Id: defines.h,v 1.65 2001/05/17 03:40:05 mouring Exp $ */
+/* $Id: defines.h,v 1.66 2001/06/10 17:35:46 mouring Exp $ */
/* Some platforms need this for the _r() functions */
#if !defined(_REENTRANT) && !defined(SNI)
@@ -199,6 +199,7 @@ typedef unsigned long u_int32_t;
# endif
# endif
# endif
+#define __BIT_TYPES_DEFINED__
#endif
/* 64-bit types */