mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-30 20:47:46 +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)]
|
#[derive(PartialEq)]
|
||||||
enum SizeFormat {
|
enum SizeFormat {
|
||||||
Bytes,
|
Bytes,
|
||||||
Binary,
|
Binary, // Powers of 1024, --human-readable, -h
|
||||||
// Powers of 1024, --human-readable, -h
|
|
||||||
Decimal, // Powers of 1000, --si
|
Decimal, // Powers of 1000, --si
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue