summaryrefslogtreecommitdiffstats
path: root/source/include/includes.h
diff options
context:
space:
mode:
authorMartin Pool <mbp@samba.org>2001-11-19 04:29:24 +0000
committerMartin Pool <mbp@samba.org>2001-11-19 04:29:24 +0000
commitd761a3860ba7b11b446d3a9865ddfeff8e2f658d (patch)
tree639315c2d46a65a07f545e1f591267c97eb8a97a /source/include/includes.h
parent2e89165f22d9e9c1fa749ae54957d0ec84a1497d (diff)
downloadsamba-d761a3860ba7b11b446d3a9865ddfeff8e2f658d.tar.gz
samba-d761a3860ba7b11b446d3a9865ddfeff8e2f658d.tar.xz
samba-d761a3860ba7b11b446d3a9865ddfeff8e2f658d.zip
Fix obvious typo.
Diffstat (limited to 'source/include/includes.h')
-rw-r--r--source/include/includes.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/include/includes.h b/source/include/includes.h
index 4acd340abd7..17c95eb6f78 100644
--- a/source/include/includes.h
+++ b/source/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