bug fixes and a new gview

This commit is contained in:
rsc 2004-04-24 16:34:15 +00:00
parent 97dafe411a
commit e2713e92ab
3 changed files with 2162 additions and 1 deletions

View file

@ -6,6 +6,8 @@
#define bsp_max 5000
Biobuf *in;
#define stdin bstdin
#define stdout bstdout
Biobuf stdin;
Biobuf stdout;
char cary[1000];
@ -979,5 +981,5 @@ main(int argc, char **argv)
dup(p[0], 0);
close(p[0]);
close(p[1]);
execl("/bin/dc", "dc", 0);
execlp("dc", "dc", 0);
}

2007
src/cmd/draw/gview.c Normal file

File diff suppressed because it is too large Load diff