svn commit: r272571 - head/sys/netinet

Michael Tuexen tuexen at FreeBSD.org
Sun Oct 5 20:30:50 UTC 2014


Author: tuexen
Date: Sun Oct  5 20:30:49 2014
New Revision: 272571
URL: https://svnweb.freebsd.org/changeset/base/272571

Log:
  Remove unused MC_ALIGN macro as suggested by Robert.
  
  MFC after: 1 week

Modified:
  head/sys/netinet/sctp_output.c

Modified: head/sys/netinet/sctp_output.c
==============================================================================
--- head/sys/netinet/sctp_output.c	Sun Oct  5 19:46:52 2014	(r272570)
+++ head/sys/netinet/sctp_output.c	Sun Oct  5 20:30:49 2014	(r272571)
@@ -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-head mailing list