1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-27 22:50:26 +03:00

replace: make the INT64_MAX define more portable

This commit is contained in:
Björn Jacke 2012-07-04 10:33:58 +02:00 committed by Bjoern Jacke
parent b40fb6eec5
commit fa98ef112b

View File

@ -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