PERFORCE change 150449 for review

Andrew Thompson thompsa at FreeBSD.org
Thu Sep 25 16:56:33 UTC 2008


http://perforce.freebsd.org/chv.cgi?CH=150449

Change 150449 by thompsa at thompsa_burger on 2008/09/25 16:55:33

	Add a comment about db_show_tty printing these flags.

Affected files ...

.. //depot/projects/mpsafetty/sys/sys/tty.h#20 edit

Differences ...

==== //depot/projects/mpsafetty/sys/sys/tty.h#20 (text+ko) ====

@@ -63,6 +63,7 @@
 	struct mtx	t_mtxobj;	/* Per-TTY lock (when not borrowing). */
 	TAILQ_ENTRY(tty) t_list;	/* (l) TTY list entry. */
 	unsigned int	t_flags;	/* (t) Terminal option flags. */
+/* Keep flags in sync with db_show_tty */
 #define	TF_NOPREFIX	0x0001	/* Don't prepend "tty" to device name. */
 #define	TF_INITLOCK	0x0002	/* Create init/lock state devices. */
 #define	TF_CALLOUT	0x0004	/* Create "cua" devices. */


More information about the p4-projects mailing list