PERFORCE change 147079 for review
Ed Schouten
ed at FreeBSD.org
Sun Aug 10 13:54:35 UTC 2008
http://perforce.freebsd.org/chv.cgi?CH=147079
Change 147079 by ed at ed_dull on 2008/08/10 13:53:39
Correct a comment on TF_HIWAT_IN.
Affected files ...
.. //depot/projects/mpsafetty/sys/sys/tty.h#8 edit
Differences ...
==== //depot/projects/mpsafetty/sys/sys/tty.h#8 (text+ko) ====
@@ -73,7 +73,7 @@
#define TF_OPENCLOSE 0x0040 /* Device is in open()/close() */
#define TF_ASYNC 0x0080 /* Asynchronous I/O enabled */
#define TF_LITERAL 0x0100 /* Accept the next character literally */
-#define TF_HIWAT_IN 0x0200 /* We've reached the output watermark */
+#define TF_HIWAT_IN 0x0200 /* We've reached the input watermark */
#define TF_HIWAT_OUT 0x0400 /* We've reached the output watermark */
#define TF_HIWAT (TF_HIWAT_IN|TF_HIWAT_OUT)
#define TF_STOPPED 0x0800 /* Output flow control - stopped */
More information about the p4-projects
mailing list