diff options
-rw-r--r-- | libdiskfs/boot-parse.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libdiskfs/boot-parse.c b/libdiskfs/boot-parse.c index 20799ca1..288f271c 100644 --- a/libdiskfs/boot-parse.c +++ b/libdiskfs/boot-parse.c @@ -98,13 +98,11 @@ diskfs_parse_bootargs (int argc, char **argv) } mig_put_reply_port (msg.Head.msgh_local_port); -#if 0 assert (msg.Head.msgh_id == 999999 + 100); assert (msg.Head.msgh_size == sizeof msg); assert (msg.Head.msgh_bits & MACH_MSGH_BITS_COMPLEX); assert (*(int *) &msg.priv_hostType == *(int *) &portCheck); assert (*(int *) &msg.priv_deviceType == *(int *) &portCheck); -#endif diskfs_host_priv = msg.priv_host; diskfs_master_device = msg.priv_device; |