Increase M_MAXBUF so that it's greater than HDLCSIZE

This commit is contained in:
Brian Somers 2000-11-11 01:31:32 +00:00
parent 907cafdad7
commit 9100871e60

View File

@ -83,7 +83,7 @@ struct mqueue {
#define MB_UNKNOWN 38
#define MB_MAX MB_UNKNOWN
#define M_MAXLEN (4096 - sizeof(struct mbuf))
#define M_MAXLEN (4352 - sizeof(struct mbuf)) /* > HDLCSIZE */
struct cmdargs;