svn commit: r265811 - head/sys/netinet
Michael Tuexen
tuexen at FreeBSD.org
Sat May 10 08:48:05 UTC 2014
Author: tuexen
Date: Sat May 10 08:48:04 2014
New Revision: 265811
URL: http://svnweb.freebsd.org/changeset/base/265811
Log:
Whitespace change.
Modified:
head/sys/netinet/udp_usrreq.c
Modified: head/sys/netinet/udp_usrreq.c
==============================================================================
--- head/sys/netinet/udp_usrreq.c Sat May 10 08:10:01 2014 (r265810)
+++ head/sys/netinet/udp_usrreq.c Sat May 10 08:48:04 2014 (r265811)
@@ -1340,7 +1340,7 @@ udp_output(struct inpcb *inp, struct mbu
* For UDP-Lite, checksum coverage length of zero means
* the entire UDPLite packet is covered by the checksum.
*/
- cscov_partial = (cscov == 0) ? 0 : 1;
+ cscov_partial = (cscov == 0) ? 0 : 1;
} else
ui->ui_v = IPVERSION << 4;
More information about the svn-src-all
mailing list