--- dump_dns.c.orig-orig 2013-01-10 17:48:19.000000000 -0800
+++ dump_dns.c 2013-01-10 17:53:12.000000000 -0800
+#define INT32SZ 4 /* for systems without 32-bit ints */
+#define INT16SZ 2 /* for systems without 16-bit ints */
static const char rcsid[] = "$Id: dump_dns.c,v 1.2 2008-03-14 21:33:28 wessels Exp $";
-extern const char *_res_opcodes[];
extern const char *_res_sectioncodes[];
#define p_rcode __p_rcode
extern const char *p_rcode(int rcode);
+const char *_res_opcodes[] = {
+ "CQUERYU", /*%< experimental */
+ "NOTIFY", /*%< experimental */