mii_phy_auto(): don't rely on an implicit declaration of the waitfor argument.

This commit is contained in:
kleink 1999-04-26 14:48:57 +00:00
parent 0c221127eb
commit 5ea46286eb

View File

@ -1,4 +1,4 @@
/* $NetBSD: mii_physubr.c,v 1.3 1999/04/23 04:24:32 thorpej Exp $ */
/* $NetBSD: mii_physubr.c,v 1.4 1999/04/26 14:48:57 kleink Exp $ */
/*-
* Copyright (c) 1998, 1999 The NetBSD Foundation, Inc.
@ -59,6 +59,7 @@ void mii_phy_auto_timeout __P((void *));
int
mii_phy_auto(mii, waitfor)
struct mii_softc *mii;
int waitfor;
{
int bmsr, i;