stupid and quick fixes

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@867 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
1996-10-20 17:47:14 +00:00
parent 941112cf37
commit 7335772620
12 changed files with 22 additions and 2 deletions

View File

@@ -21,6 +21,7 @@
#define FALSE 0
#endif
#if 1
/* types */
typedef int int32_t;
typedef short int16_t;
@@ -29,6 +30,7 @@ typedef char int8_t;
typedef unsigned int u_int32_t;
typedef unsigned short u_int16_t;
typedef unsigned char u_int8_t;
#endif
typedef int krb5_boolean;