diff options
Diffstat (limited to 'dns/powerdns-devel/files/patch-pdns_logger_hh')
-rw-r--r-- | dns/powerdns-devel/files/patch-pdns_logger_hh | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/dns/powerdns-devel/files/patch-pdns_logger_hh b/dns/powerdns-devel/files/patch-pdns_logger_hh new file mode 100644 index 000000000000..239e45f23376 --- /dev/null +++ b/dns/powerdns-devel/files/patch-pdns_logger_hh @@ -0,0 +1,11 @@ +--- 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 |