mirror of
https://github.com/9fans/plan9port.git
synced 2025-01-24 11:41:58 +00:00
stupid sun
This commit is contained in:
parent
0dc9950215
commit
9268e33d65
2 changed files with 3 additions and 1 deletions
|
@ -166,8 +166,10 @@ main(int argc, char *argv[])
|
|||
|
||||
unwind();
|
||||
}
|
||||
/*
|
||||
Bputc(bout, '\n');
|
||||
exits(0);
|
||||
*/
|
||||
}
|
||||
|
||||
static int
|
||||
|
|
|
@ -967,7 +967,7 @@ main(int argc, char **argv)
|
|||
yyinit(argc, argv);
|
||||
for(;;)
|
||||
yyparse();
|
||||
exits(0);
|
||||
/* exits(0); */
|
||||
}
|
||||
pipe(p);
|
||||
if(fork() == 0) {
|
||||
|
|
Loading…
Reference in a new issue