diff options
author | Herb Lewis <herb@samba.org> | 2003-08-15 17:19:26 +0000 |
---|---|---|
committer | Herb Lewis <herb@samba.org> | 2003-08-15 17:19:26 +0000 |
commit | dcc8fcf9c08998bdea8bcc5a8d42f22c504beb30 (patch) | |
tree | 1c4fe2e5a1bf46d642c2b21aa1171159c2ce0fe3 | |
parent | 3ae6d32e5e8c84f9fd282940d5affe119ea52a97 (diff) | |
download | samba-dcc8fcf9c08998bdea8bcc5a8d42f22c504beb30.tar.gz samba-dcc8fcf9c08998bdea8bcc5a8d42f22c504beb30.tar.bz2 samba-dcc8fcf9c08998bdea8bcc5a8d42f22c504beb30.zip |
IRIX already defines uint_t
(This used to be commit a019e54a46539a9f76fc782fd5eb826c32afb318)
-rw-r--r-- | source4/include/smb.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source4/include/smb.h b/source4/include/smb.h index 931f4793c9..14af5b5ea1 100644 --- a/source4/include/smb.h +++ b/source4/include/smb.h @@ -229,7 +229,9 @@ enum socket_error {SOCKET_READ_TIMEOUT, /* this is a trade with jeremy - I agreed to use uint_t instead of * bare unsigned if he agreed to not use non-braced if statements * (13/4/2003 - train to gottenginen) */ +#ifndef IRIX typedef unsigned int uint_t; +#endif /* * SMB UCS2 (16-bit unicode) internal type. |