@ -588,8 +588,8 @@ static void _long_mode(char str[11], mode_t mode)
static char const * _long_owner(uid_t uid)
{
static char buf[12];
struct passwd * pw;
if((pw = getpwuid(uid)) != NULL)
return pw->pw_name;
The note is not visible to the blocked user.