Sync with the new ipfw3 version.
[ipfw.git] / dummynet2 / include / sys / malloc.h
index 285e789..ac16aed 100644 (file)
@@ -45,6 +45,7 @@
  * ExFreePoolWithTag(ptr, tag)
  */
 #define malloc(_size, _type, _flags) my_alloc(_size)
+#define calloc(_size, _type, _flags) my_alloc(_size)
 
 void *my_alloc(int _size);
 /* the 'tag' version does not work without -Gz in the linker */