svn commit: r276694 - head/sys/sys

Bjoern A. Zeeb bz at FreeBSD.org
Mon Jan 5 11:22:59 UTC 2015


Author: bz
Date: Mon Jan  5 11:22:58 2015
New Revision: 276694
URL: https://svnweb.freebsd.org/changeset/base/276694

Log:
  With r276692 m_align() moved and became an inline function.
  Remove the (now) redundant function declaration.

Modified:
  head/sys/sys/mbuf.h

Modified: head/sys/sys/mbuf.h
==============================================================================
--- head/sys/sys/mbuf.h	Mon Jan  5 10:10:35 2015	(r276693)
+++ head/sys/sys/mbuf.h	Mon Jan  5 11:22:58 2015	(r276694)
@@ -933,7 +933,6 @@ extern int		nmbclusters;	/* Maximum numb
 struct uio;
 
 void		 m_adj(struct mbuf *, int);
-void		 m_align(struct mbuf *, int);
 int		 m_apply(struct mbuf *, int, int,
 		    int (*)(void *, void *, u_int), void *);
 int		 m_append(struct mbuf *, int, c_caddr_t);


More information about the svn-src-head mailing list