Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-1-5]: src/lib/libutil Pull up revision 1.16 (approved by releng):
details: https://anonhg.NetBSD.org/src/rev/46162cfe1128
branches: netbsd-1-5
changeset: 488731:46162cfe1128
user: ad <ad%NetBSD.org@localhost>
date: Wed Jul 26 17:26:10 2000 +0000
description:
Pull up revision 1.16 (approved by releng):
PCVT is dead.
diffstat:
lib/libutil/pty.c | 11 +++--------
1 files changed, 3 insertions(+), 8 deletions(-)
diffs (32 lines):
diff -r c862766a5b51 -r 46162cfe1128 lib/libutil/pty.c
--- a/lib/libutil/pty.c Wed Jul 26 17:25:37 2000 +0000
+++ b/lib/libutil/pty.c Wed Jul 26 17:26:10 2000 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: pty.c,v 1.14 1999/09/20 04:48:08 lukem Exp $ */
+/* $NetBSD: pty.c,v 1.14.8.1 2000/07/26 17:26:10 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.14 1999/09/20 04:48:08 lukem Exp $");
+__RCSID("$NetBSD: pty.c,v 1.14.8.1 2000/07/26 17:26:10 ad Exp $");
#endif
#endif /* LIBC_SCCS and not lint */
@@ -56,12 +56,7 @@
#include <unistd.h>
#include <util.h>
-#ifdef i386
-/* PCVT conflicts with ttyv*. */
-#define TTY_LETTERS "pqrstuwxyzPQRST"
-#else
-#define TTY_LETTERS "pqrstuvwxyzPQRST"
-#endif
+#define TTY_LETTERS "pqrstuvwxyzPQRST"
int
openpty(amaster, aslave, name, termp, winp)
Home |
Main Index |
Thread Index |
Old Index