Update the work on ipfw tables, reduce diffs.
[ipfw.git] / dummynet / include / sys / mbuf.h
index a7f95a1..ed3d3a1 100644 (file)
@@ -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