2000-10-20 Joel Sherrill <joel@OARcorp.com>

* network/dec21140.c: Corrected attach to include "int attach"
	parameter.
This commit is contained in:
Joel Sherrill
2000-10-20 13:11:39 +00:00
parent 84ab660187
commit 461fa1bc95
2 changed files with 6 additions and 1 deletions

View File

@@ -1,3 +1,8 @@
2000-10-20 Joel Sherrill <joel@OARcorp.com>
* network/dec21140.c: Corrected attach to include "int attach"
parameter.
2000-09-05 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* network/Makefile.am: Use AM_*FLAGS += .. .

View File

@@ -770,7 +770,7 @@ dec21140_ioctl (struct ifnet *ifp, int command, caddr_t data)
* Attach an DEC21140 driver to the system
*/
int
rtems_dec21140_driver_attach (struct rtems_bsdnet_ifconfig *config)
rtems_dec21140_driver_attach (struct rtems_bsdnet_ifconfig *config, int attach)
{
struct dec21140_softc *sc;
struct ifnet *ifp;