mirror of
https://github.com/Dasharo/systemd.git
synced 2026-03-06 15:02:31 -08:00
stat-util: add missing S_IFLNK entry in inode_type_to_string()
No idea what happened here, but it's a glaring omission.
This commit is contained in:
committed by
Luca Boccassi
parent
4687f001e6
commit
e83fbf4b2a
@@ -490,6 +490,8 @@ const char* inode_type_to_string(mode_t m) {
|
||||
return "reg";
|
||||
case S_IFDIR:
|
||||
return "dir";
|
||||
case S_IFLNK:
|
||||
return "lnk";
|
||||
case S_IFCHR:
|
||||
return "chr";
|
||||
case S_IFBLK:
|
||||
|
||||
Reference in New Issue
Block a user