Fix obvious typo.
authorMartin Pool <mbp@samba.org>
Mon, 19 Nov 2001 04:29:24 +0000 (04:29 +0000)
committerMartin Pool <mbp@samba.org>
Mon, 19 Nov 2001 04:29:24 +0000 (04:29 +0000)
source/include/includes.h

index 4acd340abd7e7940da5290b9c220ac90288751ea..17c95eb6f78cc66fd37082b52b18bf036aa844ba 100644 (file)
@@ -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