mirror of git://git.suckless.org/ubase
Don't use 'tty/' rather use 'tty'
This commit is contained in:
parent
35bff9489e
commit
7f7c3f29e9
|
@ -15,7 +15,7 @@ char *
|
||||||
ttytostr(int tty_maj, int tty_min)
|
ttytostr(int tty_maj, int tty_min)
|
||||||
{
|
{
|
||||||
const char *pts = "pts/";
|
const char *pts = "pts/";
|
||||||
const char *tty = "tty/";
|
const char *tty = "tty";
|
||||||
char *ttystr;
|
char *ttystr;
|
||||||
size_t len;
|
size_t len;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue