From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <7359f049050414102910682555@mail.gmail.com> Date: Thu, 14 Apr 2005 10:29:37 -0700 From: Rob Pike To: Fans of the OS Plan 9 from Bell Labs <9fans@cse.psu.edu> Subject: Re: [9fans] Common code - isatty In-Reply-To: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <200504132352.j3DNqJJ19726@augusta.math.psu.edu> <775b8d19050413170155776984@mail.gmail.com> Topicbox-Message-UUID: 3a0e611e-ead0-11e9-9d60-3106f5b1d025 following jim's lead, you could make it whocaresifitsatty() or maybe the best thing is to put into libc int isatty(int) {return 0;} -rob