svn commit: r234827 - stable/9/sys/netinet
Michael Tuexen
tuexen at FreeBSD.org
Mon Apr 30 06:48:19 UTC 2012
Author: tuexen
Date: Mon Apr 30 06:48:18 2012
New Revision: 234827
URL: http://svn.freebsd.org/changeset/base/234827
Log:
MFC r234731:
Remove unused structure.
Reported by Irene Ruengeler.
Modified:
stable/9/sys/netinet/sctp_uio.h
Directory Properties:
stable/9/sys/ (props changed)
Modified: stable/9/sys/netinet/sctp_uio.h
==============================================================================
--- stable/9/sys/netinet/sctp_uio.h Mon Apr 30 01:10:13 2012 (r234826)
+++ stable/9/sys/netinet/sctp_uio.h Mon Apr 30 06:48:18 2012 (r234827)
@@ -608,13 +608,6 @@ struct sctp_getaddresses {
struct sockaddr addr[1];
};
-struct sctp_setstrm_timeout {
- sctp_assoc_t ssto_assoc_id;
- uint32_t ssto_timeout;
- uint32_t ssto_streamid_start;
- uint32_t ssto_streamid_end;
-};
-
struct sctp_status {
sctp_assoc_t sstat_assoc_id;
int32_t sstat_state;
More information about the svn-src-stable-9
mailing list