aboutsummaryrefslogtreecommitdiff
path: root/e2fsprogs
diff options
context:
space:
mode:
Diffstat (limited to 'e2fsprogs')
-rw-r--r--e2fsprogs/fsck.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/e2fsprogs/fsck.c b/e2fsprogs/fsck.c
index 96c1e51e0..028f8a803 100644
--- a/e2fsprogs/fsck.c
+++ b/e2fsprogs/fsck.c
@@ -190,7 +190,7 @@ struct globals {
190 * Required for the uber-silly devfs /dev/ide/host1/bus2/target3/lun3 190 * Required for the uber-silly devfs /dev/ide/host1/bus2/target3/lun3
191 * pathames. 191 * pathames.
192 */ 192 */
193static const char *const devfs_hier[] = { 193static const char *const devfs_hier[] ALIGN_PTR = {
194 "host", "bus", "target", "lun", NULL 194 "host", "bus", "target", "lun", NULL
195}; 195};
196#endif 196#endif