[2493] in Kerberos-V5-bugs
pty/225: libpty should get openpty on NetBSD
daemon@ATHENA.MIT.EDU (Sam Hartman)
Fri Nov 22 11:03:15 1996
Resent-From: gnats@rt-11.MIT.EDU (GNATS Management)
Resent-To: hartmans@MIT.EDU
Resent-Reply-To: krb5-bugs@MIT.EDU, hartmans@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
>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