Subject: kern/378: No prototype for m_adj()
To: None <gnats-admin>
From: Bill Sommerfeld <sommerfeld@orchard.medford.ma.us>
List: netbsd-bugs
Date: 08/02/1994 16:20:16
>Number:         378
>Category:       kern
>Synopsis:       No prototype for m_adj()
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    gnats-admin (Kernel Bug People)
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Tue Aug  2 16:20:13 1994
>Originator:     Bill &ld
>Organization:
"	"
>Release:        1.0 Beta
>Environment:
	
System: NetBSD orchard.medford.ma.us 1.0-ALPHA NetBSD 1.0-ALPHA (ORCHARD) #4: Fri Jul 22 10:36:08 EDT 1994 root@orchard.medford.ma.us:/u1/nsys/sys/arch/i386/compile/ORCHARD i386


>Description:
	there should be a prototype for m_adj() in <sys/mbuf.h>
>How-To-Repeat:
	try gcc -Wall'ing a network driver which uses m_adj().
>Fix:
	how about:

	void m_adj __P((struct mbuf *, size_t));

>Audit-Trail:
>Unformatted:


------------------------------------------------------------------------------