int t_lowat; /* Low water mark. */
int t_gen; /* Generation number. */
void *t_iokit; /* IOKit management */
+ int t_refcnt; /* reference count */
};
#define TTY_NULL (struct tty *)0
#define TS_DSR_OFLOW 0x800000 /* For CDSR_OFLOW. */
#endif
+#define TS_IOCTL_NOT_OK 0x1000000 /* Workaround <rdar://....> */
+
/* Character type information. */
#define ORDINARY 0