From badee5b9f9d2b495a73346147fc98a3f20ee719c Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Sat, 22 Jan 1994 01:43:09 +0000 Subject: Formerly mkbootfs.c.~6~ --- mkbootfs/mkbootfs.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/mkbootfs/mkbootfs.c b/mkbootfs/mkbootfs.c index cd4cac05..19dd8c11 100644 --- a/mkbootfs/mkbootfs.c +++ b/mkbootfs/mkbootfs.c @@ -1,5 +1,5 @@ /* Make a bootstrap filesystem from a filesystem and an exec server - Copyright (C) 1993 Free Software Foundation + Copyright (C) 1993, 1994 Free Software Foundation This file is part of the GNU Hurd. @@ -163,6 +163,7 @@ main (int argc, char **argv) write (newdoto, &foo, 1); /* Now write out the header */ + a.a_magic = OMAGIC; a.a_data = (4 * sizeof (int) + a.a_text + a.a_data + sizeof (struct exec)); a.a_text = 0; -- cgit v1.2.3