summaryrefslogtreecommitdiffstats
path: root/usr.sbin
diff options
context:
space:
mode:
authorbrian <brian@FreeBSD.org>2000-11-11 01:31:32 +0000
committerbrian <brian@FreeBSD.org>2000-11-11 01:31:32 +0000
commit9b74369754684595fa74866e639d1ef2b6c58893 (patch)
treeef467e2fcd00b539b751124490e485e3d2fc70f2 /usr.sbin
parent479d96559d139370ea742664275510061201e3fb (diff)
downloadFreeBSD-src-9b74369754684595fa74866e639d1ef2b6c58893.zip
FreeBSD-src-9b74369754684595fa74866e639d1ef2b6c58893.tar.gz
Increase M_MAXBUF so that it's greater than HDLCSIZE
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/ppp/mbuf.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/ppp/mbuf.h b/usr.sbin/ppp/mbuf.h
index e89e820..05054a0 100644
--- a/usr.sbin/ppp/mbuf.h
+++ b/usr.sbin/ppp/mbuf.h
@@ -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;
OpenPOWER on IntegriCloud