Content-Type: text/plain Content-Disposition: inline Content-Transfer-Encoding: binary MIME-Version: 1.0 X-Mailer: MIME-tools 5.411 (Entity 5.404) X-RT-Original-Encoding: iso-8859-1 Content-Length: 1665 From hartmans@MIT.EDU Fri Nov 22 11:02:28 1996 Received: from MIT.EDU (SOUTH-STATION-ANNEX.MIT.EDU [18.72.1.2]) by rt-11.MIT.EDU (8.7.5/8.7.3) with SMTP id LAA11368 for ; Fri, 22 Nov 1996 11:02:28 -0500 Received: from LIMEKILLER.MIT.EDU by MIT.EDU with SMTP id AA02346; Fri, 22 Nov 96 11:02:26 EST Received: (from hartmans@localhost) by limekiller.MIT.EDU (8.7.5/8.6.12) id LAA20259; Fri, 22 Nov 1996 11:02:26 -0500 (EST) Message-Id: <199611221602.LAA20259@limekiller.MIT.EDU> Date: Fri, 22 Nov 1996 11:02:26 -0500 (EST) From: Sam Hartman Reply-To: hartmans@MIT.EDU To: krb5-bugs@MIT.EDU Cc: mycroft@MIT.EDU Subject: libpty should get openpty on NetBSD X-Send-Pr-Version: 3.99 >Number: 225 >Category: pty >Synopsis: libpty should get openpty on NetBSD >Confidential: no >Severity: non-critical >Priority: low >Responsible: hartmans >State: open >Class: sw-bug >Submitter-Id: unknown >Arrival-Date: Fri Nov 22 11:03:01 EST 1996 >Last-Modified: >Originator: Sam Hartman >Organization: >Release: 1.0-development >Environment: System: NetBSD limekiller 1.2 NetBSD 1.2 (LIMEKILLER) #0: Sat Nov 16 17:12:33 EST 1996 ghudson@the-light-fantastic:/u1/marthag/src/sys/arch/i386/compile/LIMEKILLER i386 >Description: Unlike the Alpha, which stores openpty in libc, NetBSD uses libutil. I need to decide how I want to deal with this for libpty users; how should they know to link against libutil. Once I do that, solving the problem should be trivial. >How-To-Repeat: >Fix: >Audit-Trail: >Unformatted: NetBSD 1.2 has openpty; libpty should use it