svn commit: r195904 - head/sys/netinet

Michael Tuexen tuexen at FreeBSD.org
Mon Jul 27 12:09:33 UTC 2009


Author: tuexen
Date: Mon Jul 27 12:09:32 2009
New Revision: 195904
URL: http://svn.freebsd.org/changeset/base/195904

Log:
  Get rid of unused field. This will also be deleted
  in the official speciication of the SCTP socket API.
  
  Approved by:re, rrs (mentor)

Modified:
  head/sys/netinet/sctp_uio.h

Modified: head/sys/netinet/sctp_uio.h
==============================================================================
--- head/sys/netinet/sctp_uio.h	Mon Jul 27 07:07:56 2009	(r195903)
+++ head/sys/netinet/sctp_uio.h	Mon Jul 27 12:09:32 2009	(r195904)
@@ -95,7 +95,6 @@ struct sctp_sndrcvinfo {
 	uint16_t sinfo_stream;
 	uint16_t sinfo_ssn;
 	uint16_t sinfo_flags;
-	uint16_t sinfo_pr_policy;
 	uint32_t sinfo_ppid;
 	uint32_t sinfo_context;
 	uint32_t sinfo_timetolive;


More information about the svn-src-all mailing list