|
|
| Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
| version 1.22, 1995/06/18 20:01:19 | version 1.23, 1995/06/26 08:46:16 | ||
|---|---|---|---|
|
|
||
| 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)); |