tno /fd/0 - plan9port - [fork] Plan 9 from user space
HTML git clone git://src.adamsgaard.dk/plan9port
DIR Log
DIR Files
DIR Refs
DIR README
DIR LICENSE
---
DIR commit 732489da903809b3e7ecbcad6f42d74edff075ad
DIR parent ac9a078b3d8968ee6eec3c236688d46bf2070802
HTML Author: rsc <devnull@localhost>
Date: Fri, 14 Jan 2005 20:08:31 +0000
no /fd/0
Diffstat:
M src/cmd/comm.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
DIR diff --git a/src/cmd/comm.c b/src/cmd/comm.c
t@@ -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;