Files
ladybird/Userland/Utilities/chgrp.cpp
Kenneth Myhra a28aa8e6c1 chgrp: Use StringView instead of 'char const*'
This gets rid of a couple ad-hoc instances of DeprecatedString and makes
it more trivial to use the fallible function Core::System::getgrnam() in
place of LibC's getgrnam().
2023-01-08 19:02:50 +01:00

1.4 KiB