new upstream
This commit is contained in:
parent
85648f0a0d
commit
ea7512e8d9
10 changed files with 254 additions and 114 deletions
16
debian/patches/01_fix_prototyp.dpatch
vendored
16
debian/patches/01_fix_prototyp.dpatch
vendored
|
@ -7,7 +7,7 @@
|
|||
|
||||
--- dns-flood-detector-1.10/dns_flood_detector.c~ 2003-12-29 20:53:38.000000000 -0700
|
||||
+++ dns-flood-detector-1.10/dns_flood_detector.c 2006-11-18 17:38:47.000000000 -0700
|
||||
@@ -79,11 +79,13 @@
|
||||
@@ -79,6 +79,7 @@
|
||||
#include <stdlib.h>
|
||||
#include <fcntl.h>
|
||||
#include <errno.h>
|
||||
|
@ -15,17 +15,3 @@
|
|||
#include <netinet/in_systm.h>
|
||||
#include <netinet/in.h>
|
||||
#include <netinet/ip.h>
|
||||
#include <netinet/tcp.h>
|
||||
#include <netinet/udp.h>
|
||||
+#include <arpa/inet.h>
|
||||
#ifdef __bsdi__
|
||||
#include <net/if_ethernet.h>
|
||||
#else
|
||||
@@ -99,6 +101,7 @@
|
||||
#include <math.h>
|
||||
#include <signal.h>
|
||||
#include <syslog.h>
|
||||
+#include <string.h>
|
||||
#include "dns_flood_detector.h"
|
||||
|
||||
// global variables and their defaults
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue