diff options
| author | Bruce Evans <bde@FreeBSD.org> | 1997-12-20 00:07:11 +0000 |
|---|---|---|
| committer | Bruce Evans <bde@FreeBSD.org> | 1997-12-20 00:07:11 +0000 |
| commit | c5a1016bf4685636c585603fc9d0b165a8cb0a9b (patch) | |
| tree | 95a7e72008a4d08634760124bb731af6beef7d35 /sys/netinet/if_ether.c | |
| parent | 100c8973890ec4985d558c3619cf737c5dc4b4f1 (diff) | |
Notes
Diffstat (limited to 'sys/netinet/if_ether.c')
| -rw-r--r-- | sys/netinet/if_ether.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/netinet/if_ether.c b/sys/netinet/if_ether.c index 5ae5ee35da95..7ffa7cb659f0 100644 --- a/sys/netinet/if_ether.c +++ b/sys/netinet/if_ether.c @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)if_ether.c 8.1 (Berkeley) 6/10/93 - * $Id: if_ether.c,v 1.40 1997/05/14 16:39:52 tegge Exp $ + * $Id: if_ether.c,v 1.41 1997/10/28 15:58:40 bde Exp $ */ /* @@ -386,7 +386,7 @@ arpresolve(ac, rt, m, dst, desten, rt0) * then the protocol-specific routine is called. */ static void -arpintr(void) +arpintr() { register struct mbuf *m; register struct arphdr *ar; |
