From 7281d7845c0173e52ba09a97690e47b8c9c8bf42 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Tue, 24 Jun 1997 16:12:36 +0000 Subject: Fix the Kerberos code. svn path=/trunk/; revision=1111 --- imap.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'imap.c') diff --git a/imap.c b/imap.c index 7be22aba..e8837dfa 100644 --- a/imap.c +++ b/imap.c @@ -95,11 +95,11 @@ int imap_ok (int sock, char *argbuf) #ifdef KERBEROS_V4 #if SIZEOF_INT = 4 -typedef int32 int; +typedef int int32; #elif SIZEOF_SHORT = 4 -typedef int32 short; +typedef short int32; #elif SIZEOF_LONG = 4 -typedef int32 long; +typedef long int32; #else #error Cannot deduce a 32-bit-type #endif -- cgit v1.2.3