mirror of
https://github.com/9fans/plan9port.git
synced 2025-01-12 11:10:07 +00:00
no /fd/0
This commit is contained in:
parent
ac9a078b3d
commit
732489da90
1 changed files with 1 additions and 1 deletions
|
@ -164,7 +164,7 @@ openfil(char *s)
|
|||
Biobuf *b;
|
||||
|
||||
if(s[0]=='-' && s[1]==0)
|
||||
s = "/fd/0";
|
||||
s = unsharp("#d/0");
|
||||
b = Bopen(s, OREAD);
|
||||
if(b)
|
||||
return b;
|
||||
|
|
Loading…
Reference in a new issue