plan9port

fork of plan9port with libvec, libstr and libsdb
Log | Files | Refs | README | LICENSE

commit 732489da903809b3e7ecbcad6f42d74edff075ad
parent ac9a078b3d8968ee6eec3c236688d46bf2070802
Author: rsc <devnull@localhost>
Date:   Fri, 14 Jan 2005 20:08:31 +0000

no /fd/0

Diffstat:
Msrc/cmd/comm.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/cmd/comm.c b/src/cmd/comm.c @@ -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;