Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 27 Jul 2009 12:09:32 +0000 (UTC)
From:      Michael Tuexen <tuexen@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r195904 - head/sys/netinet
Message-ID:  <200907271209.n6RC9Wis099934@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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;



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200907271209.n6RC9Wis099934>