]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Author: Matthias "Silamael" <Silamael@coronamundi.de>
authorAmos Jeffries <squid3@treenet.co.nz>
Tue, 4 May 2010 08:59:34 +0000 (20:59 +1200)
committerAmos Jeffries <squid3@treenet.co.nz>
Tue, 4 May 2010 08:59:34 +0000 (20:59 +1200)
OpenBSD 4.6 build error: FD_SETSIZE redefined

helpers/ntlm_auth/smb_lm/smbval/rfcnb-util.c
helpers/ntlm_auth/smb_lm/smbval/session.c

index 50a6ce870d3885e3f39633e275f89c45c83bc6d9..236b17b7ef891076bcfa8cdf12eaf99418b60bb8 100644 (file)
  * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  */
 
-#include <string.h>
-#include <stdlib.h>
+#include "config.h"
 
 #include "std-includes.h"
 #include "rfcnb-priv.h"
 #include "rfcnb-util.h"
+#include <string.h>
+#include <stdlib.h>
 #include "rfcnb-io.h"
 #include <arpa/inet.h>
 
index 65776a360270b7430a90640d54aee0e742655ed4..cb4f6848c8817e4a06e6908b01eb25b813c6cfd3 100644 (file)
@@ -23,8 +23,7 @@
  * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  */
 
-#include <string.h>
-#include <stdlib.h>
+#include "config.h"
 
 int RFCNB_errno = 0;
 int RFCNB_saved_errno = 0;
@@ -34,6 +33,8 @@ int RFCNB_saved_errno = 0;
 #include <netinet/tcp.h>
 #include "rfcnb-priv.h"
 #include "rfcnb-util.h"
+#include <string.h>
+#include <stdlib.h>
 #include "rfcnb-io.h"
 #include "rfcnb.h"