From dcc8fcf9c08998bdea8bcc5a8d42f22c504beb30 Mon Sep 17 00:00:00 2001 From: Herb Lewis Date: Fri, 15 Aug 2003 17:19:26 +0000 Subject: [PATCH 1/1] IRIX already defines uint_t (This used to be commit a019e54a46539a9f76fc782fd5eb826c32afb318) --- source4/include/smb.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source4/include/smb.h b/source4/include/smb.h index 931f4793c90..14af5b5ea1d 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. -- 2.34.1