PERFORCE change 150214 for review

Andrew Thompson thompsa at FreeBSD.org
Sun Sep 21 16:11:56 UTC 2008


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

Change 150214 by thompsa at thompsa_burger on 2008/09/21 16:11:18

	Use a value of 1 for rint_poll, as suggested by Ed.

Affected files ...

.. //depot/projects/mpsafetty/sys/netgraph/ng_tty.c#4 edit

Differences ...

==== //depot/projects/mpsafetty/sys/netgraph/ng_tty.c#4 (text+ko) ====

@@ -405,8 +405,8 @@
 static size_t
 ngt_rint_poll(struct tty *tp)
 {
-	/* XXX We can always accept input, whats a good value? */
-	return (MCLBYTES);
+	/* We can always accept input */
+	return (1);
 }
 
 static void


More information about the p4-projects mailing list