Refresh patches/fix_prototyp

This commit is contained in:
Jan Wagner 2015-03-17 00:58:13 +01:00
parent 5035fb3493
commit 1b42314f93

6
debian/patches/fix_prototyp vendored Executable file → Normal file
View file

@ -1,9 +1,9 @@
From: dann frazier <dannf@debian.org> From: dann frazier <dannf@debian.org>
Subject: fix missing function prototype definition Subject: fix missing function prototype definition
--- dns-flood-detector-1.10/dns_flood_detector.c~ 2003-12-29 20:53:38.000000000 -0700 --- a/dns_flood_detector.c
+++ dns-flood-detector-1.10/dns_flood_detector.c 2006-11-18 17:38:47.000000000 -0700 +++ b/dns_flood_detector.c
@@ -79,6 +79,7 @@ @@ -107,6 +107,7 @@
#include <stdlib.h> #include <stdlib.h>
#include <fcntl.h> #include <fcntl.h>
#include <errno.h> #include <errno.h>