diff options
author | Martin Pool <mbp@samba.org> | 2001-11-19 04:29:24 +0000 |
---|---|---|
committer | Martin Pool <mbp@samba.org> | 2001-11-19 04:29:24 +0000 |
commit | d761a3860ba7b11b446d3a9865ddfeff8e2f658d (patch) | |
tree | 639315c2d46a65a07f545e1f591267c97eb8a97a | |
parent | 2e89165f22d9e9c1fa749ae54957d0ec84a1497d (diff) | |
download | samba-d761a3860ba7b11b446d3a9865ddfeff8e2f658d.tar.gz samba-d761a3860ba7b11b446d3a9865ddfeff8e2f658d.tar.xz samba-d761a3860ba7b11b446d3a9865ddfeff8e2f658d.zip |
Fix obvious typo.
-rw-r--r-- | source/include/includes.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/include/includes.h b/source/include/includes.h index 4acd340abd7..17c95eb6f78 100644 --- a/source/include/includes.h +++ b/source/include/includes.h @@ -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 |