Skip Menu |
 

Download (untitled) / with headers
text/plain 1.6KiB
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 <bugs@RT-11.MIT.EDU>; 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 <hartmans@MIT.EDU>
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

Show quoted text
>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:

Show quoted text
>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


Show quoted text
>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.



Show quoted text
>How-To-Repeat:

Show quoted text
>Fix:

Show quoted text
>Audit-Trail:
>Unformatted:
NetBSD 1.2 has openpty; libpty should use it