X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;ds=sidebyside;f=dummynet%2Finclude%2Fsys%2Fmbuf.h;h=ed3d3a1eaa46b2e3a1424ccd8c063b580fb13e03;hb=5ad9fec40da13c449d50def12f9cea6e24b6a708;hp=a7f95a15a65afb86ee67c09d2e7066b56db8524f;hpb=f1a44f1ebacf274e0f35970bfc8ee5aa07aa9aca;p=ipfw.git diff --git a/dummynet/include/sys/mbuf.h b/dummynet/include/sys/mbuf.h index a7f95a1..ed3d3a1 100644 --- a/dummynet/include/sys/mbuf.h +++ b/dummynet/include/sys/mbuf.h @@ -15,7 +15,7 @@ #ifdef _KERNEL /* bzero not present on linux, but this should go in glue.h */ -#define bzero(s, n) memset(s, 0, n) +// #define bzero(s, n) memset(s, 0, n) /* * We implement a very simplified UMA allocator where the backend