diff options
author | Michael I. Bushnell <mib@gnu.org> | 1994-02-10 20:09:51 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1994-02-10 20:09:51 +0000 |
commit | 8e21e82ced8000c16c82c9d3dca5e62cd3eedcfa (patch) | |
tree | 10288d55ddfc9c10c405bfdef3a1e1c460a794ad | |
parent | a32fb5afd755a6ab8e3fc618907c3afce3d8d2f5 (diff) |
Formerly boot-parse.c.~4~
-rw-r--r-- | libdiskfs/boot-parse.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libdiskfs/boot-parse.c b/libdiskfs/boot-parse.c index 1aed0b02..b17a6877 100644 --- a/libdiskfs/boot-parse.c +++ b/libdiskfs/boot-parse.c @@ -39,6 +39,7 @@ char * diskfs_parse_bootargs (int argc, char **argv) { char *devname; + device_t con; /* The arguments, as passed by the kernel, are as follows: -<flags> hostport deviceport rootname */ |