Dummy arpintr() for now.

This commit is contained in:
mycroft 1994-04-18 23:25:57 +00:00
parent 084a465c9a
commit efa2794f99
2 changed files with 12 additions and 2 deletions

View File

@ -31,7 +31,7 @@
* SUCH DAMAGE. * SUCH DAMAGE.
* *
* from: @(#)if_ether.c 7.13 (Berkeley) 10/31/90 * from: @(#)if_ether.c 7.13 (Berkeley) 10/31/90
* $Id: if_arp.c,v 1.9 1994/04/18 06:18:16 glass Exp $ * $Id: if_arp.c,v 1.10 1994/04/18 23:25:57 mycroft Exp $
*/ */
/* /*
@ -275,6 +275,11 @@ arpresolve(ac, m, destip, desten, usetrailers)
return (0); return (0);
} }
void
arpintr()
{
}
/* /*
* Called from 10 Mb/s Ethernet interrupt handlers * Called from 10 Mb/s Ethernet interrupt handlers
* when ether packet type ETHERTYPE_ARP * when ether packet type ETHERTYPE_ARP

View File

@ -31,7 +31,7 @@
* SUCH DAMAGE. * SUCH DAMAGE.
* *
* from: @(#)if_ether.c 7.13 (Berkeley) 10/31/90 * from: @(#)if_ether.c 7.13 (Berkeley) 10/31/90
* $Id: if_ether.c,v 1.9 1994/04/18 06:18:16 glass Exp $ * $Id: if_ether.c,v 1.10 1994/04/18 23:25:57 mycroft Exp $
*/ */
/* /*
@ -275,6 +275,11 @@ arpresolve(ac, m, destip, desten, usetrailers)
return (0); return (0);
} }
void
arpintr()
{
}
/* /*
* Called from 10 Mb/s Ethernet interrupt handlers * Called from 10 Mb/s Ethernet interrupt handlers
* when ether packet type ETHERTYPE_ARP * when ether packet type ETHERTYPE_ARP