diff options
author | Michael I. Bushnell <mib@gnu.org> | 1994-02-10 19:15:02 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1994-02-10 19:15:02 +0000 |
commit | 2441176ace13507eec9778364de29dbaaf246138 (patch) | |
tree | 8f4a4755ddbab21d7f011a6590a958a668d1c976 | |
parent | 85f7e8766def38d4579bdd97ca1ba2fd7c7271ef (diff) |
Formerly boot-parse.c.~3~
-rw-r--r-- | libdiskfs/boot-parse.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libdiskfs/boot-parse.c b/libdiskfs/boot-parse.c index 6098f19f..1aed0b02 100644 --- a/libdiskfs/boot-parse.c +++ b/libdiskfs/boot-parse.c @@ -25,6 +25,9 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #include <string.h> #include <sys/reboot.h> +int diskfs_bootflags; +char *diskfs_bootflagarg; + /* Call this if the bootstrap port is null and you want to support being a bootstrap filesystem. ARGC and ARGV should be as passed to main. If the arguments are not in the proper format, an |