]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Increase the vector that's used to look for free pty's. We go through
authorJoerg Wunsch <joerg@FreeBSD.org>
Wed, 3 Mar 1999 12:08:49 +0000 (12:08 +0000)
committerJoerg Wunsch <joerg@FreeBSD.org>
Wed, 3 Mar 1999 12:08:49 +0000 (12:08 +0000)
commit569b765ba9f343a6d7fd05507031a43774978d45
tree5f3b51984d103ed42e4380c1866bb52db518f4aa
parentc1aca4d07099448f7157f6514116e8eeadaa0231
Increase the vector that's used to look for free pty's.  We go through
/dev/ttypv right now, but window(1) was only looking up to ttypf,
causing an `Out of pseudo-terminals' when i just tried on freefall.
usr.bin/window/wwpty.c