summaryrefslogtreecommitdiff
path: root/lib/replace/crypt.c
diff options
context:
space:
mode:
authorKai Blin <kai@samba.org>2010-04-04 13:42:15 +0200
committerKai Blin <kai@samba.org>2010-04-04 13:42:15 +0200
commit781a0c08467a29118be85e6ecd035d35fb105e84 (patch)
treecb8d176b3a9d332a8f15661523d2b5e6aca81862 /lib/replace/crypt.c
parent9b1f9da43617d4bd370d5f18fea9b2533e417685 (diff)
downloadsamba-781a0c08467a29118be85e6ecd035d35fb105e84.tar.gz
samba-781a0c08467a29118be85e6ecd035d35fb105e84.tar.bz2
samba-781a0c08467a29118be85e6ecd035d35fb105e84.zip
lib/replace: use correct inttypes in crypt.c
This makes the android crossbuild slightly less broken.
Diffstat (limited to 'lib/replace/crypt.c')
-rw-r--r--lib/replace/crypt.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/replace/crypt.c b/lib/replace/crypt.c
index 22341ce511..aeb8f6e941 100644
--- a/lib/replace/crypt.c
+++ b/lib/replace/crypt.c
@@ -46,11 +46,11 @@
#ifndef long32
-#define long32 int32
+#define long32 int32_t
#endif
#ifndef long64
-#define long64 int64
+#define long64 int64_t
#endif
#ifndef ufc_long