]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Small fixes.
authorFrancesco Chemolli <kinkie@squid-cache.org>
Sat, 21 Jan 2012 17:06:38 +0000 (18:06 +0100)
committerFrancesco Chemolli <kinkie@squid-cache.org>
Sat, 21 Jan 2012 17:06:38 +0000 (18:06 +0100)
helpers/external_acl/unix_group/check_group.cc
snmplib/coexistance.c
snmplib/snmp_api_error.c

index b5cdecc7f3211d774093038558c19dc4416786b5..3e36a0abed7d3a639f534c900262cd900e979743 100644 (file)
@@ -80,7 +80,7 @@
 #endif
 
 /*
- * Verify if users primary group matches groupname
+ * Verify if user's primary group matches groupname
  * Returns 0 if user is not on the group
  * Returns 1 otherwise
  */
index 2f6ba7e43442438b5eefb0d19d9bb822f90c31fa..dc97168b51c8172031f657d8ddab054ebcfce563 100644 (file)
@@ -29,8 +29,6 @@
 
 #include "squid.h"
 
-#include "squid.h"
-
 #include <stdio.h>
 
 #if HAVE_UNISTD_H
index f5629a77a703dcd17394c925b42200dd00178b3a..871765d67faec3158cf0498786646eeef79a53fa 100644 (file)
@@ -30,9 +30,7 @@
  *
  ***************************************************************************/
 
-#if HAVE_CONFIG_H
 #include "squid.h"
-#endif /* HAVE_CONFIG_H */
 
 #include <stdio.h>
 #include "snmp_api_error.h"