1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-17 15:27:36 +00:00
Reviewed by:	bde
This commit is contained in:
Gleb Smirnoff 2013-01-24 09:30:42 +00:00
parent 29110f87a6
commit 19b9003c6b
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=245874

View File

@ -156,8 +156,8 @@
* MCLBYTES must be no larger than PAGE_SIZE.
*/
#ifndef MSIZE
#define MSIZE 256 /* size of an mbuf */
#endif /* MSIZE */
#define MSIZE 256 /* size of an mbuf */
#endif
#ifndef MCLSHIFT
#define MCLSHIFT 11 /* convert bytes to mbuf clusters */