@@ -1,20 +0,0 @@
-------------------------------------------------------------------------
-r965 | ahu | 2007-03-07 19:12:14 +0100 (Wed, 07 Mar 2007) | 3 lines
-
-work around a g++ quirk (probably, might also be legitimate problem)
-
-
-------------------------------------------------------------------------
-Index: dns.hh
-===================================================================
---- dns.hh (revision 964)
-+++ dns.hh (revision 965)
-@@ -46,7 +46,7 @@
- class RCode
- {
- public:
-- enum { NoError=0, FormErr=1, ServFail=2, NXDomain=3, NotImp=4, Refused=5 };
-+ enum rcodes_ { NoError=0, FormErr=1, ServFail=2, NXDomain=3, NotImp=4, Refused=5 };
- };
-
- class Opcode
|