diff options
author | Roland McGrath <roland@gnu.org> | 1994-10-07 22:02:20 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1994-10-07 22:02:20 +0000 |
commit | de59b4fcd2ef52ea2e8693682661afdc4f8a4645 (patch) | |
tree | 1153f5df2802be197362e8d96c697eacf7fd2861 | |
parent | aef7ebb0a50d4faa20db6edb942f27af03cd0646 (diff) |
Formerly boot-parse.c.~9~
-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; |