From 6f1dc21bd4e8ae7ef0d7afce465b2bc15d0ffa07 Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Thu, 3 May 2012 06:19:04 +0000 Subject: testing/*: removed We dont ship testing things in a stable release --- testing/pdns/0010-disable-execinfo.patch | 25 ------------------------- 1 file changed, 25 deletions(-) delete mode 100644 testing/pdns/0010-disable-execinfo.patch (limited to 'testing/pdns/0010-disable-execinfo.patch') diff --git a/testing/pdns/0010-disable-execinfo.patch b/testing/pdns/0010-disable-execinfo.patch deleted file mode 100644 index 23747b31b0..0000000000 --- a/testing/pdns/0010-disable-execinfo.patch +++ /dev/null @@ -1,25 +0,0 @@ ---- ./pdns/receiver.cc.orig -+++ ./pdns/receiver.cc -@@ -375,10 +375,11 @@ - - - #ifdef __linux__ --#include -+//#include - static void tbhandler(int num) - { -- L<