PERFORCE change 66599 for review

Sam Leffler sam at FreeBSD.org
Mon Dec 6 17:10:04 PST 2004


http://perforce.freebsd.org/chv.cgi?CH=66599

Change 66599 by sam at sam_ebb on 2004/12/07 01:09:51

	fix compile w/o MBUF_GUARD option

Affected files ...

.. //depot/projects/wifi/sys/sys/mbuf.h#4 edit

Differences ...

==== //depot/projects/wifi/sys/sys/mbuf.h#4 (text+ko) ====

@@ -61,6 +61,7 @@
 } while (0)
 #else
 #define	MLEN		(MSIZE - sizeof(struct m_hdr))	/* normal data len */
+#define	MBUF_GUARDCHECK(m)
 #endif
 #define	MHLEN		(MLEN - sizeof(struct pkthdr))	/* data len w/pkthdr */
 #define	MINCLSIZE	(MHLEN + 1)	/* smallest amount to put in cluster */


More information about the p4-projects mailing list