lint and interface cleanups
[unix-history] / usr / src / sys / netinet / ip_input.c
index 014e589..b4fc9cc 100644 (file)
@@ -1,4 +1,4 @@
-/* ip_input.c 1.19 81/11/26 */
+/* ip_input.c 1.20 81/11/29 */
 
 #include "../h/param.h"
 #include "../h/systm.h"
 
 #include "../h/param.h"
 #include "../h/systm.h"
@@ -119,7 +119,7 @@ next:
                        icmp_error(ip, ICMP_TIMXCEED, 0);
                        goto next;
                }
                        icmp_error(ip, ICMP_TIMXCEED, 0);
                        goto next;
                }
-               ip_output(dtom(ip), (struct mbuf *)0);
+               (void) ip_output(dtom(ip), (struct mbuf *)0);
                goto next;
        }
 
                goto next;
        }