[BACK]Return to res_mkupdate.c CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / lib / libresolv

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

Diff for /src/lib/libresolv/res_mkupdate.c between version 1.1 and 1.2

version 1.1, 2012/11/15 18:48:48 version 1.2, 2012/11/19 13:45:00
Line 992  res_buildservicelist(void) {
Line 992  res_buildservicelist(void) {
 }  }
   
 void  void
 res_destroyservicelist() {  res_destroyservicelist(void) {
         struct valuelist *slp, *slp_next;          struct valuelist *slp, *slp_next;
   
         for (slp = servicelist; slp != NULL; slp = slp_next) {          for (slp = servicelist; slp != NULL; slp = slp_next) {

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

CVSweb <webmaster@jp.NetBSD.org>