Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 5 Jun 2009 15:42:18 GMT
From:      Marko Zec <zec@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 163572 for review
Message-ID:  <200906051542.n55FgItZ010824@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=163572

Change 163572 by zec@zec_tpx32 on 2009/06/05 15:42:03

	Trim long line.

Affected files ...

.. //depot/projects/vimage-commit2/src/sys/net/route.c#41 edit

Differences ...

==== //depot/projects/vimage-commit2/src/sys/net/route.c#41 (text+ko) ====

@@ -256,7 +256,7 @@
 			for  (table = 0; table < rt_numfibs; table++) {
 				if ( (fam = dom->dom_family) == AF_INET ||
 				    table == 0) {
- 					/* For now only AF_INET has > 1 table. */
+ 					/* For now only AF_INET has > 1 tbl. */
 					rnh = rt_tables_get_rnh_ptr(table, fam);
 					if (rnh == NULL)
 						panic("%s: rnh NULL", __func__);



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