summaryrefslogtreecommitdiff
path: root/source3/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
commit1ba477ae6c8c4c240996d2fd9b8b0c43ee861939 (patch)
tree89992bbac89f64811488410a141ab2cd68bab0d9 /source3/include/includes.h
parent4d5175c832d905e06c0840388b925e14b58024af (diff)
downloadsamba-1ba477ae6c8c4c240996d2fd9b8b0c43ee861939.tar.gz
samba-1ba477ae6c8c4c240996d2fd9b8b0c43ee861939.tar.bz2
samba-1ba477ae6c8c4c240996d2fd9b8b0c43ee861939.zip
Fix obvious typo.
(This used to be commit d761a3860ba7b11b446d3a9865ddfeff8e2f658d)
Diffstat (limited to 'source3/include/includes.h')
-rw-r--r--source3/include/includes.h2
1 files changed, 1 insertions, 1 deletions
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