diff options
Diffstat (limited to 'sys/dev/raidframe/rf_shutdown.c')
| -rw-r--r-- | sys/dev/raidframe/rf_shutdown.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/raidframe/rf_shutdown.c b/sys/dev/raidframe/rf_shutdown.c index be13f747f50..1ff9b585916 100644 --- a/sys/dev/raidframe/rf_shutdown.c +++ b/sys/dev/raidframe/rf_shutdown.c @@ -1,4 +1,4 @@ -/* $OpenBSD: rf_shutdown.c,v 1.5 2002/12/16 07:01:05 tdeval Exp $ */ +/* $OpenBSD: rf_shutdown.c,v 1.6 2008/05/19 18:42:13 miod Exp $ */ /* $NetBSD: rf_shutdown.c,v 1.6 2000/01/13 23:41:18 oster Exp $ */ /* @@ -45,7 +45,7 @@ void rf_FreeShutdownEnt(RF_ShutdownList_t *); void rf_FreeShutdownEnt(RF_ShutdownList_t *ent) { - FREE(ent, M_RAIDFRAME); + free(ent, M_RAIDFRAME); } int |
