]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Author: Karl Benoit <karl.isatwork@gmail.com>
authorAmos Jeffries <amosjeffries@squid-cache.org>
Thu, 15 Jul 2010 00:36:09 +0000 (18:36 -0600)
committerAmos Jeffries <amosjeffries@squid-cache.org>
Thu, 15 Jul 2010 00:36:09 +0000 (18:36 -0600)
Bug 2885: AIX support: uchar is already define

helpers/ntlm_auth/smb_lm/smbval/smblib.c

index 1e06998c9f0ee6e312b91c44b0862be3c21efe68..c1fe672531aa72e6255481197110a18c67875342 100644 (file)
@@ -32,7 +32,9 @@
 int SMBlib_errno;
 int SMBlib_SMB_Error;
 #define SMBLIB_ERRNO
+#ifndef HAVE_UCHAR
 #define uchar unsigned char
+#endif
 #include "smblib-priv.h"
 
 #include "rfcnb.h"