mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-15 15:06:42 +00:00
Axe stale extern for a non-existent variable.
This commit is contained in:
parent
038d1bbd1a
commit
7235f2b1e9
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=88152
@ -139,7 +139,6 @@ extern u_long *intr_countp[]; /* pointers into intrcnt[] */
|
||||
extern driver_intr_t *intr_handler[]; /* C entry points of intr handlers */
|
||||
extern struct ithd *ithds[];
|
||||
extern void *intr_unit[]; /* cookies to pass to intr handlers */
|
||||
extern struct ithd softinterrupt; /* soft interrupt thread */
|
||||
|
||||
inthand_t
|
||||
IDTVEC(fastintr0), IDTVEC(fastintr1),
|
||||
|
@ -139,7 +139,6 @@ extern u_long *intr_countp[]; /* pointers into intrcnt[] */
|
||||
extern driver_intr_t *intr_handler[]; /* C entry points of intr handlers */
|
||||
extern struct ithd *ithds[];
|
||||
extern void *intr_unit[]; /* cookies to pass to intr handlers */
|
||||
extern struct ithd softinterrupt; /* soft interrupt thread */
|
||||
|
||||
inthand_t
|
||||
IDTVEC(fastintr0), IDTVEC(fastintr1),
|
||||
|
Loading…
Reference in New Issue
Block a user