~kris/9p

9hist

073c91c18b36cb85fe292ed0583045b6595c937a — David du Colombier 24 years ago 5079abe
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;