bind9/bin
Mark Andrews deaaf94332 dns_rdata_compare checked for RFC 1035 types
converted frometext* to use gettoken()
	converted:
		result = foo();
		if (result != DNS_R_SUCCESS)
			return (result);
	to
		RETERR(foo());
1999-01-22 00:36:59 +00:00
..
named add 1999-01-21 19:30:50 +00:00
tests dns_rdata_compare checked for RFC 1035 types 1999-01-22 00:36:59 +00:00
.cvsignore add .cvsignore files 1998-12-11 21:09:59 +00:00
Makefile.in typo 1999-01-19 19:43:25 +00:00