diff options
Diffstat (limited to 'ntpd/refclock_palisade.h')
| -rw-r--r-- | ntpd/refclock_palisade.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ntpd/refclock_palisade.h b/ntpd/refclock_palisade.h index 7e1ed49658de6..e63f3da364527 100644 --- a/ntpd/refclock_palisade.h +++ b/ntpd/refclock_palisade.h @@ -59,10 +59,12 @@ #if defined HAVE_SYS_MODEM_H #include <sys/modem.h> +#ifndef __QNXNTO__ #define TIOCMSET MCSETA #define TIOCMGET MCGETA #define TIOCM_RTS MRTS #endif +#endif #ifdef HAVE_TERMIOS_H # ifdef TERMIOS_NEEDS__SVID3 |
