diff options
Diffstat (limited to 'util-linux/mount.c')
-rw-r--r-- | util-linux/mount.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util-linux/mount.c b/util-linux/mount.c index 35665a2b5..661e26f19 100644 --- a/util-linux/mount.c +++ b/util-linux/mount.c | |||
@@ -439,7 +439,7 @@ struct ppathcnf { | |||
439 | short pc_name_max; | 439 | short pc_name_max; |
440 | short pc_path_max; | 440 | short pc_path_max; |
441 | short pc_pipe_buf; | 441 | short pc_pipe_buf; |
442 | u_char pc_vdisable; | 442 | uint8_t pc_vdisable; |
443 | char pc_xxx; | 443 | char pc_xxx; |
444 | short pc_mask[2]; | 444 | short pc_mask[2]; |
445 | }; | 445 | }; |