mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
Remove extra slash from pty slave device name returned by ptsname.
This commit is contained in:
parent
3063666625
commit
129d4752a0
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Reference in a new issue