diff options
| author | Alexander Kabaev <kan@FreeBSD.org> | 2006-02-13 00:04:04 +0000 |
|---|---|---|
| committer | Alexander Kabaev <kan@FreeBSD.org> | 2006-02-13 00:04:04 +0000 |
| commit | 129d4752a0fcbfcba65cff88e2db855d2220c949 (patch) | |
| tree | c152fd5dc79ffe9f249195f3829f7d2ab8d13d1d /lib/libc/stdlib/grantpt.c | |
| parent | 306366662519768db728a59bb6dfef6e3aa28627 (diff) | |
Notes
Diffstat (limited to 'lib/libc/stdlib/grantpt.c')
| -rw-r--r-- | lib/libc/stdlib/grantpt.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/stdlib/grantpt.c b/lib/libc/stdlib/grantpt.c index 1f79211e4db0..f6f31b261301 100644 --- a/lib/libc/stdlib/grantpt.c +++ b/lib/libc/stdlib/grantpt.c @@ -58,7 +58,7 @@ __FBSDID("$FreeBSD$"); #define PTM_PREFIX "pty" /* pseudo tty master naming convention */ #define PTS_PREFIX "tty" /* pseudo tty slave naming convention */ -#define NEWPTS_PREFIX "pts/" +#define NEWPTS_PREFIX "pts" #define PTMX "ptmx" /* |
