Remove extra slash from pty slave device name returned by ptsname.
This commit is contained in:
parent
3063666625
commit
129d4752a0
@ -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"
|
||||
|
||||
/*
|
||||
|
Loading…
x
Reference in New Issue
Block a user