mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-26 19:03:48 +01:00
fix signature of ipmi_shutdown_event
The function had a signature of watchdog_fn while in fact it is used as shutdown_fn.
This commit is contained in:
parent
43ca38eb59
commit
90dc788982
@ -753,7 +753,7 @@ ipmi_wd_event(void *arg, unsigned int cmd, int *error)
|
||||
}
|
||||
|
||||
static void
|
||||
ipmi_shutdown_event(void *arg, unsigned int cmd, int *error)
|
||||
ipmi_shutdown_event(void *arg, int howto)
|
||||
{
|
||||
struct ipmi_softc *sc = arg;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user