From 84ab6601874fdef764efedc7d9007046a4038917 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Fri, 20 Oct 2000 13:10:30 +0000 Subject: 2000-10-20 Joel Sherrill * include/wd80x3.h: Added file header and logic to prevent multiple inclusions of this file. * wd8003/wd8003.c: Corrected attach to include "int attach" parameter. --- c/src/lib/libbsp/i386/pc386/wd8003/wd8003.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'c/src/lib/libbsp/i386/pc386/wd8003') diff --git a/c/src/lib/libbsp/i386/pc386/wd8003/wd8003.c b/c/src/lib/libbsp/i386/pc386/wd8003/wd8003.c index 0344dcb789..a23a16531f 100644 --- a/c/src/lib/libbsp/i386/pc386/wd8003/wd8003.c +++ b/c/src/lib/libbsp/i386/pc386/wd8003/wd8003.c @@ -569,7 +569,7 @@ wd_ioctl (struct ifnet *ifp, int command, caddr_t data) * Attach an WD driver to the system */ int -rtems_wd_driver_attach (struct rtems_bsdnet_ifconfig *config) +rtems_wd_driver_attach (struct rtems_bsdnet_ifconfig *config, int attach) { struct wd_softc *sc; struct ifnet *ifp; -- cgit v1.2.3