summaryrefslogtreecommitdiff
path: root/lib/ext2fs/e2image.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/ext2fs/e2image.h')
-rw-r--r--lib/ext2fs/e2image.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ext2fs/e2image.h b/lib/ext2fs/e2image.h
index c72c29dd..75d7c044 100644
--- a/lib/ext2fs/e2image.h
+++ b/lib/ext2fs/e2image.h
@@ -16,7 +16,7 @@
struct ext2_image_hdr {
__u32 magic_number; /* This must be EXT2_ET_MAGIC_E2IMAGE */
char magic_descriptor[16]; /* "Ext2 Image 1.0", w/ null padding */
- __u32 fs_hostname[64];/* Hostname of machine of image */
+ char fs_hostname[64];/* Hostname of machine of image */
char fs_netaddr[32]; /* Network address */
__u32 fs_netaddr_type;/* 0 = IPV4, 1 = IPV6, etc. */
__u32 fs_device; /* Device number of image */