diff options
author | John Baldwin <jhb@FreeBSD.org> | 2007-12-13 00:08:59 +0000 |
---|---|---|
committer | John Baldwin <jhb@FreeBSD.org> | 2007-12-13 00:08:59 +0000 |
commit | ca81364fb1e7a01f6077ae7b573e7b0fbd8ec2e1 (patch) | |
tree | 4016804292ab0cba3fb70422d9a63147b6870030 | |
parent | e2be0fd00d415ac4398ecc2ea6ba50d2ef7c3225 (diff) |
Notes
-rw-r--r-- | lib/libc/stdlib/grantpt.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/stdlib/grantpt.c b/lib/libc/stdlib/grantpt.c index f6f31b261301..ce6749284151 100644 --- a/lib/libc/stdlib/grantpt.c +++ b/lib/libc/stdlib/grantpt.c @@ -63,10 +63,10 @@ __FBSDID("$FreeBSD$"); /* * The following are range values for pseudo TTY devices. Pseudo TTYs have a - * name of /dev/[pt]ty[p-sP-S][0-9a-v], yielding 256 combinations per major. + * name of /dev/[pt]ty[l-sL-S][0-9a-v], yielding 256 combinations per major. */ #define PT_MAX 256 -#define PT_DEV1 "pqrsPQRS" +#define PT_DEV1 "pqrsPQRSlmnoLMNO" #define PT_DEV2 "0123456789abcdefghijklmnopqrstuv" /* |