]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Fixed warning errors during build on FreeBSD and Solaris x86
authorserassio <>
Sun, 3 Jul 2005 01:08:32 +0000 (01:08 +0000)
committerserassio <>
Sun, 3 Jul 2005 01:08:32 +0000 (01:08 +0000)
helpers/basic_auth/MSNT/msntauth.c
helpers/ntlm_auth/SMB/smbval/std-includes.h
helpers/ntlm_auth/SMB/smbval/valid.c

index 46aa2210c54d34ca674275e495edb87aa6cf0aa2..38dd41075764aa1133f65567ab48ebe217655cee 100644 (file)
  * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  */
 
+#include "util.h"
+
 #include <stdio.h>
 #include <signal.h>
 #include <syslog.h>
 #include <string.h>
 #include <sys/time.h>
 
-#include "util.h"
 #include "msntauth.h"
 
 extern char version[];
index 4a8a3de4c6806ec317c75b15dcefc8788fee64f1..d772c1dd7568237347c6558d4f4f10dc7908aa72 100644 (file)
@@ -24,7 +24,6 @@
  */
 
 /* the types are provided by squid's configure preocess */
-#include "config.h"
 #define BOOL int16_t
 #define int16 int16_t
 
index 1da8d36bea0ab03ad8b6dbc60dcd902059c13014..f2f6e294a11a9446bbe08395a644d1e3e8f838ca 100644 (file)
@@ -1,3 +1,4 @@
+#include "config.h"
 #include <sys/types.h>
 #include <unistd.h>
 #include <syslog.h>