Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Jun-ichiro itojun Hagino <itojun@netbsd.org>
List: source-changes
Date: 07/27/2000 20:18:20
Module Name:	syssrc
Committed By:	itojun
Date:		Thu Jul 27 17:18:20 UTC 2000

Modified Files:
	syssrc/sys/sys: mbuf.h

Log Message:
recover traditional MINCLSIZE (= MHLEN + MLEN + 1).  it will make
drivers less aggressive about use of cluster mbufs.

this chnage affects drivers with m_devget()-emulation.  many of
recent drivers do not look at MINCLSIZE any more, not sure why.


To generate a diff of this commit:
cvs rdiff -r1.49 -r1.50 syssrc/sys/sys/mbuf.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.