Plan 9 from Bell Labs 1990-10-06
2 files changed, 2 insertions(+), 1 deletions(-) M gnot/chan.c M gnot/main.c
M gnot/chan.c => gnot/chan.c +1 -1
@@ 479,7 479,7 @@ namec(char *name, int amode, int omode, ulong perm) name = skipslash(name); }else if(name[0] == '#'){ mntok = 0; if(name[1]=='|' || name[1]=='M') if(name[1]=='M') error(0, Enonexist); t = devno(name[1], 1); if(t == -1)
M gnot/main.c => gnot/main.c +1 -0