From: Björn Jacke Date: Wed, 4 Jul 2012 08:33:58 +0000 (+0200) Subject: replace: make the INT64_MAX define more portable X-Git-Url: http://git.samba.org/?a=commitdiff_plain;h=fa98ef112b09083675afcedae3617742a0f9d5e7;p=obnox%2Fsamba%2Fsamba-obnox.git replace: make the INT64_MAX define more portable --- diff --git a/lib/replace/replace.h b/lib/replace/replace.h index 40e0648a7a7..fa7cc78fa4e 100644 --- a/lib/replace/replace.h +++ b/lib/replace/replace.h @@ -587,7 +587,7 @@ int rep_strerror_r(int errnum, char *buf, size_t buflen); #endif #ifndef INT64_MAX -#define INT64_MAX 9223372036854775807 +#define INT64_MAX 9223372036854775807LL #endif #ifndef CHAR_BIT