From b520dcf42bbbf548ee926358506c4e493717265b Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Fri, 7 Jul 1995 03:44:35 +0000 Subject: (S_io_reauthenticate): Cast first arg to mig_deallocate. --- boot/boot.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/boot/boot.c b/boot/boot.c index 5d4b6d3a..92d8a027 100644 --- a/boot/boot.c +++ b/boot/boot.c @@ -1709,10 +1709,10 @@ S_io_reauthenticate (mach_port_t object, &gg, &gglen, &ag, &aglen)) { - mig_deallocate (gu, gulen * sizeof *gu); - mig_deallocate (au, aulen * sizeof *gu); - mig_deallocate (gg, gglen * sizeof *gu); - mig_deallocate (au, aulen * sizeof *gu); + mig_deallocate ((vm_address_t) gu, gulen * sizeof *gu); + mig_deallocate ((vm_address_t) au, aulen * sizeof *gu); + mig_deallocate ((vm_address_t) gg, gglen * sizeof *gu); + mig_deallocate ((vm_address_t) au, aulen * sizeof *gu); } return 0; -- cgit v1.2.3