From 45a20ab721a513710138340faff3d59a31c3e01e Mon Sep 17 00:00:00 2001 From: forsyth Date: Mon, 3 Jun 2013 21:01:14 +0000 Subject: sync compilers with Plan 9 remove 1[acl] 2[acl] --- utils/6a/README | 1 - utils/6a/lex.c | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) delete mode 100644 utils/6a/README (limited to 'utils/6a') diff --git a/utils/6a/README b/utils/6a/README deleted file mode 100644 index 602f5378..00000000 --- a/utils/6a/README +++ /dev/null @@ -1 +0,0 @@ -this is an intermediate version not yet ready for use diff --git a/utils/6a/lex.c b/utils/6a/lex.c index bd836040..3d901415 100644 --- a/utils/6a/lex.c +++ b/utils/6a/lex.c @@ -1011,7 +1011,7 @@ cinit(void) if(mygetwd(pathname, 99) == 0) { pathname = allocn(pathname, 100, 900); if(mygetwd(pathname, 999) == 0) - strcpy(pathname, "/???"); + strcpy(pathname, "/?"); } } -- cgit v1.2.3