1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-05 09:14:03 +00:00

Fix a missing arg to untimeout.

This commit is contained in:
Poul-Henning Kamp 1995-10-23 12:05:24 +00:00
parent 820a9e2403
commit 688444459d
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=11714

View File

@ -248,7 +248,7 @@ pcic_unload()
int slot;
struct pcic_slot *cp = pcic_slots;
untimeout(pcictimeout);
untimeout(pcictimeout,0);
if (pcic_irq)
{
for (slot = 0; slot < PCIC_MAX_SLOTS; slot++, cp++) {