1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-31 21:57:12 +00:00
freebsd-ports/www/webalizer-2/files/patch-ac

20 lines
456 B
Plaintext
Raw Normal View History

2000-04-20 01:50:47 +00:00
--- webalizer.c.orig Sun Apr 9 05:18:56 2000
+++ webalizer.c Thu Apr 20 05:46:49 2000
2000-04-18 19:04:36 +00:00
@@ -61,6 +61,7 @@
#endif
#ifdef USE_DNS
+#include <netinet/in.h>
#include <arpa/inet.h>
#ifdef HAVE_DB_185_H
2000-04-20 01:50:47 +00:00
@@ -480,7 +481,7 @@
else
{
/* Using DNS cache file <filaneme> */
- if (verbose) printf("%s %s\n",msg_dns_usec,dns_cache);
+ if (verbose>1) printf("%s %s\n",msg_dns_usec,dns_cache);
}
}
#endif /* USE_DNS */