PERFORCE change 149002 for review

Brooks Davis brooks at FreeBSD.org
Mon Sep 1 19:12:03 UTC 2008


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

Change 149002 by brooks at 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);


More information about the p4-projects mailing list