switch to packaging format 3.0 (quit)

This commit is contained in:
Jan Wagner 2012-03-29 16:06:45 +00:00
parent 546d52cd47
commit 0e977caddf
9 changed files with 9 additions and 17 deletions

13
debian/patches/fix_prototyp vendored Executable file
View file

@ -0,0 +1,13 @@
From: dann frazier <dannf@debian.org>
Subject: fix missing function prototype definition
--- 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,6 +79,7 @@
#include <stdlib.h>
#include <fcntl.h>
#include <errno.h>
+#include <sys/socket.h>
#include <netinet/in_systm.h>
#include <netinet/in.h>
#include <netinet/ip.h>