Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-1-5]: src/sys/kern Sync with tty_pty.c, v 1.45, requested by mason...



details:   https://anonhg.NetBSD.org/src/rev/7c243823546e
branches:  netbsd-1-5
changeset: 488872:7c243823546e
user:      mason <mason%NetBSD.org@localhost>
date:      Fri Aug 04 13:08:14 2000 +0000

description:
Sync with tty_pty.c,v 1.45, requested by mason, approved by jhawk.

diffstat:

 sys/kern/tty_pty.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 150608e3419b -r 7c243823546e sys/kern/tty_pty.c
--- a/sys/kern/tty_pty.c        Fri Aug 04 09:43:53 2000 +0000
+++ b/sys/kern/tty_pty.c        Fri Aug 04 13:08:14 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: tty_pty.c,v 1.43.4.2 2000/07/29 04:19:43 mrg Exp $     */
+/*     $NetBSD: tty_pty.c,v 1.43.4.3 2000/08/04 13:08:14 mason Exp $   */
 
 /*
  * Copyright (c) 1982, 1986, 1989, 1993
@@ -62,7 +62,7 @@
 
 #if NPTY == 1
 #undef NPTY
-#define        NPTY    32              /* crude XXX */
+#define        NPTY    64              /* crude XXX */
 #endif
 
 /* Macros to clear/set/test flags. */
@@ -104,7 +104,7 @@
        int n;
 {
 #ifdef notyet
-#define        DEFAULT_NPTY    32
+#define        DEFAULT_NPTY    64
 
        /* maybe should allow 0 => none? */
        if (n <= 1)



Home | Main Index | Thread Index | Old Index