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:
parent
b17ee8feb7
commit
4b74445676
@ -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
|
||||
|
@ -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
|
||||
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user