[BACK]Return to ns_samedomain.c CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / lib / libc / nameser

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

Diff for /src/lib/libc/nameser/ns_samedomain.c between version 1.7 and 1.8

version 1.7, 2012/11/15 16:43:30 version 1.8, 2012/11/22 20:22:31
Line 157  ns_subdomain(const char *a, const char *
Line 157  ns_subdomain(const char *a, const char *
         return (ns_samename(a, b) != 1 && ns_samedomain(a, b));          return (ns_samename(a, b) != 1 && ns_samedomain(a, b));
 }  }
 #endif  #endif
   #ifdef _LIBC
 /*%  /*%
  *      make a canonical copy of domain name "src"   *      make a canonical copy of domain name "src"
  *   *
Line 212  ns_samename(const char *a, const char *b
Line 212  ns_samename(const char *a, const char *b
         else          else
                 return (0);                  return (0);
 }  }
   #endif
 /*! \file */  /*! \file */

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.8

CVSweb <webmaster@jp.NetBSD.org>