svn commit: r272999 - stable/10/sys/netinet

Michael Tuexen tuexen at FreeBSD.org
Sun Oct 12 17:36:42 UTC 2014


Author: tuexen
Date: Sun Oct 12 17:36:41 2014
New Revision: 272999
URL: https://svnweb.freebsd.org/changeset/base/272999

Log:
  MFC r272571:
  Remove unused MC_ALIGN macro as suggested by Robert.

Modified:
  stable/10/sys/netinet/sctp_output.c
Directory Properties:
  stable/10/   (props changed)

Modified: stable/10/sys/netinet/sctp_output.c
==============================================================================
--- stable/10/sys/netinet/sctp_output.c	Sun Oct 12 17:21:15 2014	(r272998)
+++ stable/10/sys/netinet/sctp_output.c	Sun Oct 12 17:36:41 2014	(r272999)
@@ -6784,13 +6784,6 @@ sctp_sendall_completes(void *ptr, uint32
 	SCTP_FREE(ca, SCTP_M_COPYAL);
 }
 
-
-#define	MC_ALIGN(m, len) do {						\
-	SCTP_BUF_RESV_UF(m, ((MCLBYTES - (len)) & ~(sizeof(long) - 1));	\
-} while (0)
-
-
-
 static struct mbuf *
 sctp_copy_out_all(struct uio *uio, int len)
 {


More information about the svn-src-stable mailing list