1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-06 13:09:50 +00:00

Backed out last fix and fixed my typo:

ipflow(fastforward -> ipflow_fastforward
This commit is contained in:
David Greenman 1998-05-21 00:33:16 +00:00
parent 1c43d7e198
commit 2b5c300924
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=36265

View File

@ -33,7 +33,7 @@
* SUCH DAMAGE.
*
* from: if_ethersubr.c,v 1.5 1994/12/13 22:31:45 wollman Exp
* $Id: if_fddisubr.c,v 1.28 1998/05/19 14:04:04 dg Exp $
* $Id: if_fddisubr.c,v 1.29 1998/05/20 14:08:43 dufault Exp $
*/
#include "opt_atalk.h"
@ -533,7 +533,7 @@ fddi_input(ifp, fh, m)
switch (type) {
#ifdef INET
case ETHERTYPE_IP:
if (ipflow(fastforward(m)))
if (ipflow_fastforward(m))
return;
schednetisr(NETISR_IP);
inq = &ipintrq;