Subject: kern/1076: /sys/sys/mbuf.h is missing m_split() declaration
To: None <gnats-admin@sun-lamp.cs.berkeley.edu>
From: Ignatios Souvatzis <is@beverly.rhein.de>
List: netbsd-bugs
Date: 05/27/1995 09:50:04
>Number:         1076
>Category:       kern
>Synopsis:       /sys/sys/mbuf.h is missing m_split() declaration
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    kern-bug-people (Kernel Bug People)
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Sat May 27 09:50:02 1995
>Originator:     Ignatios Souvatzis
>Organization:
"	private"
>Release:        
>Environment:
	
System: NetBSD beverly 1.0A NetBSD 1.0A (BEVERLY) #144: Fri May 26 13:43:25 MET DST 1995 is@beverly:/usr/src/sys/arch/amiga/compile/BEVERLY amiga


>Description:
	/sys/sys/mbuf.h is missing the m_split declaration. I discovered
	this while working on RFC1201 ARCnet link-level fragmentation.
>How-To-Repeat:
	use it.
>Fix:
	apply this patch:


*** /sys/sys/mbuf.h	Mon Nov 21 23:49:02 1994
--- mbuf.h	Fri May 26 14:26:58 1995
***************
*** 374,379 ****
--- 374,380 ----
  struct	mbuf *m_pullup __P((struct mbuf *, int));
  struct	mbuf *m_retry __P((int, int));
  struct	mbuf *m_retryhdr __P((int, int));
+ struct	mbuf *m_split __P((struct mbuf *, int, int));
  void	m_adj __P((struct mbuf *, int));
  int	m_clalloc __P((int, int));
  void	m_copyback __P((struct mbuf *, int, int, caddr_t));
>Audit-Trail:
>Unformatted:


Ignatios Souvatzis