bug fixes and a new gview
This commit is contained in:
parent
97dafe411a
commit
e2713e92ab
3 changed files with 2162 additions and 1 deletions
|
|
@ -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
2007
src/cmd/draw/gview.c
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue