mirror of
https://github.com/openbsd/xenocara.git
synced 2025-12-14 21:29:14 +00:00
Remove a debug #error directive that shouldn't have leaked here.
This commit is contained in:
@@ -336,7 +336,6 @@ allocatePty(int *pty_return, char **line_return)
|
|||||||
int rc;
|
int rc;
|
||||||
|
|
||||||
#ifdef HAVE_POSIX_OPENPT
|
#ifdef HAVE_POSIX_OPENPT
|
||||||
#error bug
|
|
||||||
pty = posix_openpt(O_RDWR);
|
pty = posix_openpt(O_RDWR);
|
||||||
#else
|
#else
|
||||||
pty = open("/dev/ptmx", O_RDWR);
|
pty = open("/dev/ptmx", O_RDWR);
|
||||||
|
|||||||
Reference in New Issue
Block a user