From 1ba477ae6c8c4c240996d2fd9b8b0c43ee861939 Mon Sep 17 00:00:00 2001 From: Martin Pool Date: Mon, 19 Nov 2001 04:29:24 +0000 Subject: Fix obvious typo. (This used to be commit d761a3860ba7b11b446d3a9865ddfeff8e2f658d) --- source3/include/includes.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/include/includes.h') diff --git a/source3/include/includes.h b/source3/include/includes.h index 4acd340abd..17c95eb6f7 100644 --- a/source3/include/includes.h +++ b/source3/include/includes.h @@ -456,7 +456,7 @@ typedef int socklen_t; #define int32 short #else /* uggh - no 32 bit type?? probably a CRAY. just hope this works ... */ -#define uint32 int +#define int32 int #endif #endif -- cgit