Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 18 Oct 2009 11:23:56 +0000 (UTC)
From:      Robert Watson <rwatson@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r198196 - head/sys/netinet
Message-ID:  <200910181123.n9IBNuWE067492@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rwatson
Date: Sun Oct 18 11:23:56 2009
New Revision: 198196
URL: http://svn.freebsd.org/changeset/base/198196

Log:
  Rewrap ip_input() comment so that it prints more nicely.
  
  MFC after:	3 days

Modified:
  head/sys/netinet/ip_input.c

Modified: head/sys/netinet/ip_input.c
==============================================================================
--- head/sys/netinet/ip_input.c	Sun Oct 18 00:46:59 2009	(r198195)
+++ head/sys/netinet/ip_input.c	Sun Oct 18 11:23:56 2009	(r198196)
@@ -530,9 +530,9 @@ tooshort:
 	}
 	if ((dchg = (m_tag_find(m, PACKET_TAG_IPFORWARD, NULL) != NULL)) != 0) {
 		/*
-		 * Directly ship on the packet.  This allows to forward packets
-		 * that were destined for us to some other directly connected
-		 * host.
+		 * Directly ship on the packet.  This allows to forward
+		 * packets that were destined for us to some other directly
+		 * connected host.
 		 */
 		ip_forward(m, dchg);
 		return;



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