Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 1 Sep 2008 19:12:02 GMT
From:      Brooks Davis <brooks@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 149002 for review
Message-ID:  <200809011912.m81JC2dT097589@repoman.freebsd.org>

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

Change 149002 by brooks@brooks_coredump on 2008/09/01 19:11:58

	Don't make a non-style(9) compliant attempt to wrap a line that
	only gets the line to 80 chars.

Affected files ...

.. //depot/projects/vimage-commit2/src/sys/net/rtsock.c#10 edit

Differences ...

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

@@ -415,8 +415,7 @@
 	case RTM_GET:
 	case RTM_CHANGE:
 	case RTM_LOCK:
-		rnh =
-		 V_rt_tables[so->so_fibnum][info.rti_info[RTAX_DST]->sa_family];
+		rnh = V_rt_tables[so->so_fibnum][info.rti_info[RTAX_DST]->sa_family];
 		if (rnh == NULL)
 			senderr(EAFNOSUPPORT);
 		RADIX_NODE_HEAD_LOCK(rnh);



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