Plan 9 from Bell Labs 2001-09-30
1 files changed, 1 insertions(+), 1 deletions(-) M port/auth.c
M port/auth.c => port/auth.c +1 -1
@@ 101,7 101,7 @@ sysfauth(ulong *arg) long userwrite(char *a, int n) { - if(!iseve() || strcmp(a, "none") != 0) + if(strcmp(a, "none") != 0) error(Eperm); kstrdup(&up->user, "none"); up->basepri = PriNormal;