diff options
| author | John Baldwin <jhb@FreeBSD.org> | 2007-11-19 20:49:42 +0000 |
|---|---|---|
| committer | John Baldwin <jhb@FreeBSD.org> | 2007-11-19 20:49:42 +0000 |
| commit | 790c2471b9635bbf9f004774f818558abe13018e (patch) | |
| tree | 70ee847ae5453ab9f6cf078584c8e251c0befa63 /lib/libutil/pty.c | |
| parent | 34cf71f7ef97161c440390344a3c063fc589ccd8 (diff) | |
Notes
Diffstat (limited to 'lib/libutil/pty.c')
| -rw-r--r-- | lib/libutil/pty.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libutil/pty.c b/lib/libutil/pty.c index 7b67033fb7dc..c94ce9926c78 100644 --- a/lib/libutil/pty.c +++ b/lib/libutil/pty.c @@ -107,7 +107,7 @@ openpty(int *amaster, int *aslave, char *name, struct termios *termp, struct win else ttygid = -1; - for (cp1 = "pqrsPQRS"; *cp1; cp1++) { + for (cp1 = "pqrsPQRSlmnoLMNO"; *cp1; cp1++) { line[8] = *cp1; for (cp2 = "0123456789abcdefghijklmnopqrstuv"; *cp2; cp2++) { line[5] = 'p'; |
