andre 2005-08-30 16:21:51 UTC FreeBSD src repository Modified files: sys/compat/ndis kern_ndis.c Log: Test the mbuf flags against the correct constant. The previous version worked as intended but only by chance. MT_HEADER == M_PKTHDR == 0x2. Revision Changes Path 1.85 +1 -1 src/sys/compat/ndis/kern_ndis.c