1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-27 03:21:53 +03:00

r16002: fix the build on solaris

Patch from Bjoern Jacke, thanks!

metze
(This used to be commit 1250355909)
This commit is contained in:
Stefan Metzmacher 2006-06-02 08:44:31 +00:00 committed by Gerald (Jerry) Carter
parent b17ee8feb7
commit 4b74445676
2 changed files with 3 additions and 3 deletions

View File

@ -58,7 +58,7 @@
#define BLD_FEATURE_MALLOC_STATS 0
#define BLD_FEATURE_MALLOC_LEAK 0
#define BLD_FEATURE_MALLOC_HOOK 0
#define BLD_FEATURE_NUM_TYPE int64
#define BLD_FEATURE_NUM_TYPE int64_t
#define BLD_FEATURE_NUM_TYPE_ID MPR_TYPE_INT64
#define BLD_FEATURE_ROMFS 0
#define BLD_FEATURE_RUN_AS_SERVICE 0

View File

@ -199,8 +199,8 @@ typedef unsigned char uchar;
#ifndef uint
#define uint unsigned
#endif
__extension__ typedef long long int int64;
__extension__ typedef unsigned long long int uint64;
typedef long long int int64;
typedef unsigned long long int uint64;
#endif
/*