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

Fix obvious typo.

This commit is contained in:
Martin Pool 0001-01-01 00:00:00 +00:00
parent 2e89165f22
commit d761a3860b

View File

@ -456,7 +456,7 @@ typedef int socklen_t;
#define int32 short
#else
/* uggh - no 32 bit type?? probably a CRAY. just hope this works ... */
#define uint32 int
#define int32 int
#endif
#endif