diff options
Diffstat (limited to 'ax25ipd/io.c')
-rw-r--r-- | ax25ipd/io.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ax25ipd/io.c b/ax25ipd/io.c index a293d69..6d5fcd5 100644 --- a/ax25ipd/io.c +++ b/ax25ipd/io.c @@ -204,7 +204,7 @@ void io_open(void) perror("setting non-blocking I/O on tty device"); exit(1); } - + if (i_am_unix98_pty_master) { /* get name of pts-device */ if ((namepts = ptsname(ttyfd)) == NULL) { |