summaryrefslogtreecommitdiff
path: root/libdiskfs
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1994-10-07 22:02:20 +0000
committerRoland McGrath <roland@gnu.org>1994-10-07 22:02:20 +0000
commitde59b4fcd2ef52ea2e8693682661afdc4f8a4645 (patch)
tree1153f5df2802be197362e8d96c697eacf7fd2861 /libdiskfs
parentaef7ebb0a50d4faa20db6edb942f27af03cd0646 (diff)
Formerly boot-parse.c.~9~
Diffstat (limited to 'libdiskfs')
-rw-r--r--libdiskfs/boot-parse.c2
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;