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
commit8f079ded6727e0b05cc83795af8509007e8700be (patch)
tree91f73728e9cf408cf4f489a9218c872a5a79901b /mkbootfs
parent9096d4c90d05d868da95a1c7e5d5a1f49028c8d3 (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;