mirror of
https://github.com/uutils/coreutils
synced 2024-12-13 06:42:42 +00:00
ls: use libc::{major, minor} to calculate device number
This commit is contained in:
parent
2bb75a92b5
commit
7f7bac29b7
1 changed files with 1 additions and 2 deletions
|
@ -296,8 +296,7 @@ enum Sort {
|
|||
#[derive(PartialEq)]
|
||||
enum SizeFormat {
|
||||
Bytes,
|
||||
Binary,
|
||||
// Powers of 1024, --human-readable, -h
|
||||
Binary, // Powers of 1024, --human-readable, -h
|
||||
Decimal, // Powers of 1000, --si
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue