[BACK]Return to udp_usrreq.c CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / sys / netinet

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

Diff for /src/sys/netinet/udp_usrreq.c between version 1.22 and 1.23

version 1.22, 1995/06/18 20:01:19 version 1.23, 1995/06/26 08:46:16
Line 377  udp_ctlinput(cmd, sa, ip)
Line 377  udp_ctlinput(cmd, sa, ip)
                 notify = in_rtchange, ip = 0;                  notify = in_rtchange, ip = 0;
         else if (cmd == PRC_HOSTDEAD)          else if (cmd == PRC_HOSTDEAD)
                 ip = 0;                  ip = 0;
         else if (errno = 0)          else if (errno == 0)
                 return;                  return;
         if (ip) {          if (ip) {
                 uh = (struct udphdr *)((caddr_t)ip + (ip->ip_hl << 2));                  uh = (struct udphdr *)((caddr_t)ip + (ip->ip_hl << 2));

Legend:
Removed from v.1.22  
changed lines
  Added in v.1.23

CVSweb <webmaster@jp.NetBSD.org>