summaryrefslogtreecommitdiff
path: root/mkbootfs
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1994-01-22 01:43:09 +0000
committerMichael I. Bushnell <mib@gnu.org>1994-01-22 01:43:09 +0000
commitbadee5b9f9d2b495a73346147fc98a3f20ee719c (patch)
tree3355483e059b25a8769a1f6c8cefa18332529017 /mkbootfs
parent82483cab66477fb59d9a663adb7f39073a18e3ca (diff)
Formerly mkbootfs.c.~6~
Diffstat (limited to 'mkbootfs')
-rw-r--r--mkbootfs/mkbootfs.c3
1 files changed, 2 insertions, 1 deletions
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;