X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/1c79356b52d46aa6b508fb032f5ae709b1f2897b..765c9de3b4af7c2078d16a03812ae2c7c2b24938:/bsd/dev/i386/unix_startup.c diff --git a/bsd/dev/i386/unix_startup.c b/bsd/dev/i386/unix_startup.c index 020c7c0e8..c14e2807e 100644 --- a/bsd/dev/i386/unix_startup.c +++ b/bsd/dev/i386/unix_startup.c @@ -154,3 +154,7 @@ bsd_bufferinit() bufinit(); } +void +md_prepare_for_shutdown(int paniced, int howto, char * command) +{ +}