diff options
Diffstat (limited to 'libdiskfs')
-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 */ |