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);
_______________________________________________
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to