1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-01 05:47:28 +03:00

Added #define of int32 to int for cray. This will almost certainly cause

the rpc code to fail on the cray....
Jeremy.
This commit is contained in:
Jeremy Allison -
parent 310d2af6b0
commit 33a299a0c4

View File

@ -434,6 +434,9 @@ typedef int socklen_t;
#define int32 long
#elif (SIZEOF_SHORT == 4)
#define int32 short
#else
/* uggh - no 32 bit type?? probably a CRAY. just hope this works ... */
#define uint32 int
#endif
#endif