Deleted Added
full compact
108c108
< static const char rcsid[] = "@(#)$FreeBSD: head/sys/contrib/ipfilter/netinet/ip_auth.c 110916 2003-02-15 06:25:25Z darrenr $";
---
> static const char rcsid[] = "@(#)$FreeBSD: head/sys/contrib/ipfilter/netinet/ip_auth.c 111888 2003-03-04 23:19:55Z jlemon $";
445c445
< if (! IF_HANDOFF(&ipintrq, m, NULL))
---
> if (! netisr_queue(NETISR_IP, m))
447,448d446
< else
< schednetisr(NETISR_IP);