From e59a7e77e22ddb362b4e95f1f5554819cf10dfab Mon Sep 17 00:00:00 2001 From: Steve Passe Date: Thu, 21 Aug 1997 07:55:10 +0000 Subject: [PATCH] Forward declaration for the intr routine, avoids compiler warning. --- sys/i386/isa/if_le.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sys/i386/isa/if_le.c b/sys/i386/isa/if_le.c index 684e16547c5d..e96c87c084b3 100644 --- a/sys/i386/isa/if_le.c +++ b/sys/i386/isa/if_le.c @@ -21,7 +21,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $Id: if_le.c,v 1.37 1997/02/22 09:36:33 peter Exp $ + * $Id: if_le.c,v 1.38 1997/07/20 14:10:00 bde Exp $ */ /* @@ -79,6 +79,7 @@ #endif /* Forward declarations */ +void le_intr __P((int unit)); typedef struct le_softc le_softc_t; typedef struct le_board le_board_t;