fixup nss compile (no ldns in it).

fixup warning in unitldns
fixup WKS and rdata type service to print unsigned because strings are not portable.


git-svn-id: file:///svn/unbound/trunk@3061 be551aaa-1e26-0410-a405-d3ace91eadb9
This commit is contained in:
Wouter Wijngaards
2014-01-31 11:25:36 +00:00
parent 61095a0cfd
commit 6479785360
4 changed files with 13 additions and 5 deletions
+1 -1
View File
@@ -153,7 +153,7 @@ rr_test_file(const char* input, const char* check)
if(0) {
/* debug: create check file */
of = fopen("outputfile", "w");
if(!of) fatal_exit("cannot write output: %s", input, strerror(errno));
if(!of) fatal_exit("cannot write output: %s", strerror(errno));
}
while(fgets(txt_in, (int)bufs, inf)) {