#endif
#define TS_IOCTL_NOT_OK 0x1000000 /* Workaround <rdar://....> */
+#define TS_PGRPHUP 0x2000000 /* Don't change Foregroud process group */
/* Character type information. */
int ttywait(struct tty *tp);
struct tty *ttymalloc(void);
void ttyfree(struct tty *);
+void ttysetpgrphup(struct tty *tp);
+void ttyclrpgrphup(struct tty *tp);
__END_DECLS