diff options
Diffstat (limited to 'util-linux/blockdev.c')
-rw-r--r-- | util-linux/blockdev.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util-linux/blockdev.c b/util-linux/blockdev.c index e60bbe609..20a031377 100644 --- a/util-linux/blockdev.c +++ b/util-linux/blockdev.c | |||
@@ -60,7 +60,7 @@ static const char bdcmd_names[] ALIGN1 = | |||
60 | "flushbufs" "\0" | 60 | "flushbufs" "\0" |
61 | "rereadpt" "\0" | 61 | "rereadpt" "\0" |
62 | ; | 62 | ; |
63 | static const uint32_t bdcmd_ioctl[] = { | 63 | static const uint32_t bdcmd_ioctl[] ALIGN4 = { |
64 | BLKROSET, //setro | 64 | BLKROSET, //setro |
65 | BLKROSET, //setrw | 65 | BLKROSET, //setrw |
66 | BLKROGET, //getro | 66 | BLKROGET, //getro |