Remove PCVT hack.
This commit is contained in:
parent
e854f5df38
commit
6d078c7044
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: pty.c,v 1.15 2000/07/05 11:46:42 ad Exp $ */
|
||||
/* $NetBSD: pty.c,v 1.16 2000/07/10 11:16:38 ad Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (c) 1990, 1993, 1994
|
||||
|
@ -38,7 +38,7 @@
|
|||
#if 0
|
||||
static char sccsid[] = "@(#)pty.c 8.3 (Berkeley) 5/16/94";
|
||||
#else
|
||||
__RCSID("$NetBSD: pty.c,v 1.15 2000/07/05 11:46:42 ad Exp $");
|
||||
__RCSID("$NetBSD: pty.c,v 1.16 2000/07/10 11:16:38 ad Exp $");
|
||||
#endif
|
||||
#endif /* LIBC_SCCS and not lint */
|
||||
|
||||
|
@ -56,12 +56,7 @@ __RCSID("$NetBSD: pty.c,v 1.15 2000/07/05 11:46:42 ad Exp $");
|
|||
#include <unistd.h>
|
||||
#include <util.h>
|
||||
|
||||
#ifdef i386
|
||||
/* PCVT conflicts with ttyv*. */
|
||||
#define TTY_LETTERS "pqrstuwxyzPQRST"
|
||||
#else
|
||||
#define TTY_LETTERS "pqrstuvwxyzPQRST"
|
||||
#endif
|
||||
|
||||
int
|
||||
openpty(int *amaster, int *aslave, char *name, struct termios *termp,
|
||||
|
|
Loading…
Reference in New Issue