1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-14 10:09:48 +00:00

Killed "unknown protocol" printf.

This commit is contained in:
David Greenman 1996-11-12 08:43:32 +00:00
parent aa4ea5ea0c
commit fda73cc59a
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=19665

View File

@ -31,7 +31,7 @@
* SUCH DAMAGE.
*
* from: if_ethersubr.c,v 1.5 1994/12/13 22:31:45 wollman Exp
* $Id: if_fddisubr.c,v 1.8 1996/06/01 23:23:55 gpalmer Exp $
* $Id: if_fddisubr.c,v 1.9 1996/06/10 23:07:31 gpalmer Exp $
*/
#include <sys/param.h>
@ -445,7 +445,6 @@ fddi_input(ifp, fh, m)
break;
#endif
default:
printf("fddi_input: unknown protocol 0x%x\n", fddi_type);
ifp->if_noproto++;
goto dropanyway;
}