|
|
| Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
| version 1.6, 1994/01/08 21:21:47 | version 1.7, 1994/01/08 23:50:45 | ||
|---|---|---|---|
|
|
||
| } else | } else | ||
| return (0); | return (0); | ||
| bad: | bad: | ||
| icmp_error(m, type, code); | { | ||
| register struct in_addr foo = {}; | |||
| icmp_error(m, type, code, foo); | |||
| } | |||
| return (1); | return (1); | ||
| } | } | ||