BIND 10 trac1202, updated. f0ff0a2f69bcfae3e2a30a3bdeae37b475ae9106 [1202] Remove include of rrtype.h from gen-rdatacode.py.in

BIND 10 source code commits bind10-changes at lists.isc.org
Tue Sep 27 13:14:58 UTC 2011


The branch, trac1202 has been updated
       via  f0ff0a2f69bcfae3e2a30a3bdeae37b475ae9106 (commit)
      from  61aaae27e12db2a00cfde674931e5080e733e6b3 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit f0ff0a2f69bcfae3e2a30a3bdeae37b475ae9106
Author: Stephen Morris <stephen at isc.org>
Date:   Tue Sep 27 14:13:20 2011 +0100

    [1202] Remove include of rrtype.h from gen-rdatacode.py.in
    
    This change made as result of review.

-----------------------------------------------------------------------

Summary of changes:
 src/lib/dns/gen-rdatacode.py.in |    5 -----
 1 files changed, 0 insertions(+), 5 deletions(-)

-----------------------------------------------------------------------
diff --git a/src/lib/dns/gen-rdatacode.py.in b/src/lib/dns/gen-rdatacode.py.in
index c984464..f3cd5df 100755
--- a/src/lib/dns/gen-rdatacode.py.in
+++ b/src/lib/dns/gen-rdatacode.py.in
@@ -42,10 +42,6 @@ heading_txt = '''///////////////
 ///////////////
 
 '''
-rrtypeh_txt = '''// Many RR implementation files require definition of RR types.
-#include <dns/rrtype.h>
-
-'''
 
 def import_classdef(class_txt, file):
     content = ''
@@ -204,7 +200,6 @@ def generate_rdatadef(file, basemtime):
         return
     rdata_deffile = open(file, 'w')
     rdata_deffile.write(heading_txt)
-    rdata_deffile.write(rrtypeh_txt)
     rdata_deffile.write(class_definitions)
     rdata_deffile.close()
 




More information about the bind10-changes mailing list