Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 5 Jan 2015 11:22:59 +0000 (UTC)
From:      "Bjoern A. Zeeb" <bz@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r276694 - head/sys/sys
Message-ID:  <201501051122.t05BMxNh060067@svn.freebsd.org>

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



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