1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-15 10:17:20 +00:00

Redefine CRTS_IFLOW and CCTS_OFLOW on the mac.

Submitted by: Kazuyoshi Kato <kazk@yyy.or.jp>
This commit is contained in:
Brian Somers 1999-10-15 20:30:44 +00:00
parent 042ebb911e
commit 1d3a2f02e5
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=52265

View File

@ -65,6 +65,13 @@
#include "main.h"
#include "tty.h"
#if defined(__mac68k__) || defined(__macppc__)
#undef CRTS_IFLOW
#undef CCTS_OFLOW
#define CRTS_IFLOW CDTRCTS
#define CCTS_OFLOW CDTRCTS
#endif
#define Online(dev) ((dev)->mbits & TIOCM_CD)
struct ttydevice {