From de59b4fcd2ef52ea2e8693682661afdc4f8a4645 Mon Sep 17 00:00:00 2001
From: Roland McGrath <roland@gnu.org>
Date: Fri, 7 Oct 1994 22:02:20 +0000
Subject: Formerly boot-parse.c.~9~

---
 libdiskfs/boot-parse.c | 2 --
 1 file changed, 2 deletions(-)

(limited to 'libdiskfs/boot-parse.c')

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;
 
-- 
cgit v1.2.3