diff --git a/debian/patches/00list b/debian/patches/00list new file mode 100644 index 0000000..3220968 --- /dev/null +++ b/debian/patches/00list @@ -0,0 +1 @@ +01_fix_prototyp.dpatch diff --git a/debian/patches/01_fix_prototyp.dpatch b/debian/patches/01_fix_prototyp.dpatch new file mode 100755 index 0000000..d6b7390 --- /dev/null +++ b/debian/patches/01_fix_prototyp.dpatch @@ -0,0 +1,17 @@ +#!/bin/sh /usr/share/dpatch/dpatch-run +## 01_fix_prototyp.dpatch by dann frazier +## +## DP: fix missing function prototype definition + +@DPATCH@ + +--- 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 + #include + #include ++#include + #include + #include + #include