svn commit: r240114 - head/sys/netinet
Michael Tuexen
tuexen at FreeBSD.org
Tue Sep 4 22:40:50 UTC 2012
Author: tuexen
Date: Tue Sep 4 22:40:49 2012
New Revision: 240114
URL: http://svn.freebsd.org/changeset/base/240114
Log:
Whitespace change.
MFC after: 3 days
Modified:
head/sys/netinet/sctputil.c
Modified: head/sys/netinet/sctputil.c
==============================================================================
--- head/sys/netinet/sctputil.c Tue Sep 4 22:19:33 2012 (r240113)
+++ head/sys/netinet/sctputil.c Tue Sep 4 22:40:49 2012 (r240114)
@@ -2385,7 +2385,7 @@ sctp_calculate_rto(struct sctp_tcb *stcb
timevalsub(&now, old);
/* store the current RTT in us */
net->rtt = (uint64_t) 1000000 *(uint64_t) now.tv_sec +
- (uint64_t) now.tv_usec;
+ (uint64_t) now.tv_usec;
/* computer rtt in ms */
rtt = net->rtt / 1000;
More information about the svn-src-all
mailing list