mirror of
https://git.freebsd.org/ports.git
synced 2025-04-29 01:56:37 -04:00
returns char *. Without it, compiler has to assume that it returns an int, which results in segmentation fault e.g. in -A (bandwidth abusers) mode.
10 lines
198 B
C
10 lines
198 B
C
--- rate_sta.c.orig 2003-08-20 14:31:53 UTC
|
|
+++ rate_sta.c
|
|
@@ -34,6 +34,7 @@
|
|
#include <time.h>
|
|
#include <pcap.h>
|
|
#include "lib.h"
|
|
+#include "dns.h"
|
|
#ifdef HAVE_REGEX
|
|
#include <regex.h>
|
|
#endif
|