diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2006-12-19 20:32:02 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2006-12-19 20:32:02 +0000 |
commit | 28703015ab71784f40bc97f720ed900e26bd03ca (patch) | |
tree | ff0f9a21d1822c9a2f35819db4156d9555f56116 /util-linux/mount.c | |
parent | f58906b6463436f6a19f72d43c3ab4ba69d79104 (diff) | |
download | busybox-w32-28703015ab71784f40bc97f720ed900e26bd03ca.tar.gz busybox-w32-28703015ab71784f40bc97f720ed900e26bd03ca.tar.bz2 busybox-w32-28703015ab71784f40bc97f720ed900e26bd03ca.zip |
u_short, ulong exterminated
fdiskXXX: add a bit of sanity (not enough by far)
Diffstat (limited to '')
-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 | }; |