* As Adek336 found out, our definition of MHLEN was wrong, and that actually

caused lots of bugs (like #2758, and obviously also #1641). Thanks a lot!!


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@27771 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler
2008-09-28 21:32:59 +00:00
parent 2a544fe366
commit 28de90159d
@@ -11,7 +11,7 @@
#define MLEN ((int)(MSIZE - sizeof(struct m_hdr)))
#define MHLEN ((int)(MSIZE - sizeof(struct pkthdr)))
#define MHLEN ((int)(MLEN - sizeof(struct pkthdr)))
#define MINCLSIZE (MHLEN + 1)