netintr() is now declared in isr.h.

This commit is contained in:
tsutsui 2000-09-15 15:55:10 +00:00
parent f528673cf3
commit 74662105ab
1 changed files with 1 additions and 2 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: machdep.c,v 1.11 2000/09/13 15:00:20 thorpej Exp $ */ /* $NetBSD: machdep.c,v 1.12 2000/09/15 15:55:10 tsutsui Exp $ */
/* /*
* Copyright (c) 1988 University of Utah. * Copyright (c) 1988 University of Utah.
@ -1115,7 +1115,6 @@ allocate_sir(proc, arg)
void void
init_sir() init_sir()
{ {
extern void netintr __P((void));
sir_routines[SIR_NET] = (void (*) __P((void *)))netintr; sir_routines[SIR_NET] = (void (*) __P((void *)))netintr;
sir_routines[SIR_CLOCK] = (void (*) __P((void *)))softclock; sir_routines[SIR_CLOCK] = (void (*) __P((void *)))softclock;