diff options
Diffstat (limited to 'e2fsprogs/ext2fs/e2image.h')
-rw-r--r-- | e2fsprogs/ext2fs/e2image.h | 30 |
1 files changed, 15 insertions, 15 deletions
diff --git a/e2fsprogs/ext2fs/e2image.h b/e2fsprogs/ext2fs/e2image.h index e12b7d69b..c05d43e22 100644 --- a/e2fsprogs/ext2fs/e2image.h +++ b/e2fsprogs/ext2fs/e2image.h | |||
@@ -1,10 +1,10 @@ | |||
1 | /* | 1 | /* |
2 | * e2image.h --- header file describing the ext2 image format | 2 | * e2image.h --- header file describing the ext2 image format |
3 | * | 3 | * |
4 | * Copyright (C) 2000 Theodore Ts'o. | 4 | * Copyright (C) 2000 Theodore Ts'o. |
5 | * | 5 | * |
6 | * Note: this uses the POSIX IO interfaces, unlike most of the other | 6 | * Note: this uses the POSIX IO interfaces, unlike most of the other |
7 | * functions in this library. So sue me. | 7 | * functions in this library. So sue me. |
8 | * | 8 | * |
9 | * %Begin-Header% | 9 | * %Begin-Header% |
10 | * This file may be redistributed under the terms of the GNU Public | 10 | * This file may be redistributed under the terms of the GNU Public |
@@ -24,7 +24,7 @@ struct ext2_image_hdr { | |||
24 | char fs_uuid[16]; /* UUID of filesystem */ | 24 | char fs_uuid[16]; /* UUID of filesystem */ |
25 | __u32 fs_blocksize; /* Block size of the filesystem */ | 25 | __u32 fs_blocksize; /* Block size of the filesystem */ |
26 | __u32 fs_reserved[8]; | 26 | __u32 fs_reserved[8]; |
27 | 27 | ||
28 | __u32 image_device; /* Device number of image file */ | 28 | __u32 image_device; /* Device number of image file */ |
29 | __u32 image_inode; /* Inode number of image file */ | 29 | __u32 image_inode; /* Inode number of image file */ |
30 | __u32 image_time; /* Time of image creation */ | 30 | __u32 image_time; /* Time of image creation */ |
@@ -37,15 +37,15 @@ struct ext2_image_hdr { | |||
37 | __u32 offset_reserved[8]; | 37 | __u32 offset_reserved[8]; |
38 | }; | 38 | }; |
39 | 39 | ||
40 | 40 | ||
41 | 41 | ||
42 | 42 | ||
43 | 43 | ||
44 | 44 | ||
45 | 45 | ||
46 | 46 | ||
47 | 47 | ||
48 | 48 | ||
49 | 49 | ||
50 | 50 | ||
51 | 51 | ||