From mboxrd@z Thu Jan 1 00:00:00 1970 Message-Id: <200007302306.TAA01505@cse.psu.edu> To: 9fans@cse.psu.edu Subject: Re: [9fans] pipefile From: "rob pike" Date: Sun, 30 Jul 2000 19:06:18 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Topicbox-Message-UUID: ee519b1c-eac8-11e9-9e20-41e7f4b1d025 > I'm trying to understand this, but I can't figure out how the original > file is actually read/written by this code. You're right. I was thinking too far ahead and the code assumes you were dealing with /dev/cons; hence the duping of fd's 0 and 1 in the calls to connect. Dumb. I'll send a fix in a while. -rob