summaryrefslogtreecommitdiff
path: root/dns/powerdns-devel/files/patch-pdns_logger_hh
diff options
context:
space:
mode:
Diffstat (limited to 'dns/powerdns-devel/files/patch-pdns_logger_hh')
-rw-r--r--dns/powerdns-devel/files/patch-pdns_logger_hh11
1 files changed, 0 insertions, 11 deletions
diff --git a/dns/powerdns-devel/files/patch-pdns_logger_hh b/dns/powerdns-devel/files/patch-pdns_logger_hh
deleted file mode 100644
index 239e45f23376..000000000000
--- a/dns/powerdns-devel/files/patch-pdns_logger_hh
+++ /dev/null
@@ -1,11 +0,0 @@
---- pdns/logger.hh.orig Sat Jan 29 12:51:20 2005
-+++ pdns/logger.hh Sat Jan 29 12:52:22 2005
-@@ -111,6 +111,8 @@
- Logger& operator<<(const string &s); //!< log a string
- Logger& operator<<(int); //!< log an int
- Logger& operator<<(unsigned int); //!< log an unsigned int
-+ Logger& operator<<(long); //!< log a long
-+ Logger& operator<<(unsigned long); //!< log an unsigned long
- Logger& operator<<(Urgency); //!< set the urgency, << style
-
- #ifndef WIN32