Author: tuexen
Date: Tue May 1 07:15:18 2012
New Revision: 234864
URL: http://svn.freebsd.org/changeset/base/234864
Log:
MFC r234762:
Whitespace changes.
Modified:
stable/9/sys/netinet/sctp_usrreq.c
Directory Properties:
stable/9/sys/ (props changed)
Modified: stable/9/sys/netinet/sctp_usrreq.c
==============================================================================
--- stable/9/sys/netinet/sctp_usrreq.c Tue May 1 06:21:02 2012
(r234863)
+++ stable/9/sys/netinet/sctp_usrreq.c Tue May 1 07:15:18 2012
(r234864)
@@ -79,7 +79,6 @@ sctp_init(void)
* now I will just copy.
*/
SCTP_BASE_SYSCTL(sctp_recvspace) = SCTP_BASE_SYSCTL(sctp_sendspace);
-
SCTP_BASE_VAR(first_time) = 0;
SCTP_BASE_VAR(sctp_pcb_initialized) = 0;
sctp_pcb_init();
@@ -88,8 +87,6 @@ sctp_init(void)
SCTP_BASE_VAR(packet_log_end) = 0;
bzero(&SCTP_BASE_VAR(packet_log_buffer), SCTP_PACKET_LOG_SIZE);
#endif
-
-
}
void
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-stable-9
To unsubscribe, send any mail to "[email protected]"