IRIX already defines uint_t
authorHerb Lewis <herb@samba.org>
Fri, 15 Aug 2003 17:19:26 +0000 (17:19 +0000)
committerHerb Lewis <herb@samba.org>
Fri, 15 Aug 2003 17:19:26 +0000 (17:19 +0000)
(This used to be commit a019e54a46539a9f76fc782fd5eb826c32afb318)

source4/include/smb.h

index 931f4793c90bb4c7bbef54325d168549c18bba76..14af5b5ea1d583f842e7860d5a9fd4e4a9724c39 100644 (file)
@@ -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.