diff options
Diffstat (limited to 'sys/dev/ie/if_ie.c')
-rw-r--r-- | sys/dev/ie/if_ie.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/ie/if_ie.c b/sys/dev/ie/if_ie.c index 95095bd..cb6b96a 100644 --- a/sys/dev/ie/if_ie.c +++ b/sys/dev/ie/if_ie.c @@ -1320,9 +1320,8 @@ iereset(unit, dummy) * This is called if we time out. */ static void -chan_attn_timeout(rock, arg2) +chan_attn_timeout(rock) caddr_t rock; - int arg2; { *(int *)rock = 1; } |