mount: use print_xlat for printing MS_MGC_VAL
* mount.c (SYS_FUNC(mount)): Use print_xlat for printing MS_MGC_VAL named constant.
This commit is contained in:
parent
6ece6574d2
commit
b416f61c3e
2
mount.c
2
mount.c
@ -70,7 +70,7 @@ SYS_FUNC(mount)
|
||||
tprints(", ");
|
||||
|
||||
if (old_magic) {
|
||||
tprints("MS_MGC_VAL");
|
||||
print_xlat(MS_MGC_VAL);
|
||||
if (flags)
|
||||
tprints("|");
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user