Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 21 Sep 2008 16:11:55 GMT
From:      Andrew Thompson <thompsa@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 150214 for review
Message-ID:  <200809211611.m8LGBtNH086893@repoman.freebsd.org>

index | next in thread | raw e-mail

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

Change 150214 by thompsa@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


help

Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200809211611.m8LGBtNH086893>