diff options
Diffstat (limited to 'common.h')
-rw-r--r-- | common.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -32,8 +32,8 @@ union regs_t { }; struct Block_Device { - char path[PATH_MAX]; - char model[254]; + char *path; + char *model; size_t size; }; |