[BACK]Return to a_1.c CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / external / mpl / bind / dist / lib / dns / rdata / hs_4

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/external/mpl/bind/dist/lib/dns/rdata/hs_4/a_1.c between version 1.1.1.4 and 1.1.1.5

version 1.1.1.4, 2020/05/24 19:36:45 version 1.1.1.5, 2020/08/03 17:07:13
Line 59  totext_hs_a(ARGS_TOTEXT) {
Line 59  totext_hs_a(ARGS_TOTEXT) {
         UNUSED(tctx);          UNUSED(tctx);
   
         dns_rdata_toregion(rdata, &region);          dns_rdata_toregion(rdata, &region);
         return (inet_totext(AF_INET, &region, target));          return (inet_totext(AF_INET, tctx->flags, &region, target));
 }  }
   
 static inline isc_result_t  static inline isc_result_t

Legend:
Removed from v.1.1.1.4  
changed lines
  Added in v.1.1.1.5

CVSweb <webmaster@jp.NetBSD.org>