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

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

Diff for /src/lib/libc/net/getaddrinfo.c between version 1.43 and 1.44

version 1.43, 2000/07/05 12:41:16 version 1.44, 2000/07/07 08:03:38
Line 341  static int
Line 341  static int
 str_isnumber(p)  str_isnumber(p)
         const char *p;          const char *p;
 {  {
         const char *q = (const char *)p;          const u_char *q = (const u_char *)p;
         while (*q) {          while (*q) {
                 if (!isdigit(*q))                  if (!isdigit(*q))
                         return NO;                          return NO;

Legend:
Removed from v.1.43  
changed lines
  Added in v.1.44

CVSweb <webmaster@jp.NetBSD.org>