Reverted the changes to the log() function, deleting the void* cast. The problem...
[ipfw.git] / dummynet2 / radix.c
index 6e256d3..7c8c4bf 100644 (file)
@@ -934,13 +934,8 @@ on1:
                                                MKFree(m);
                                        m = mm;
                                }
-                       if (m) {
-                               /* these two variables are used to avoid a possible
-                                  compiler bug while using a macro with variable arguments */
-                               void *log_m = m;
-                               void *log_x = x;
-                               log(LOG_ERR, "rn_delete: Orphaned Mask %p at %p\n", log_m, log_x);
-                       }
+                       if (m)
+                               log(LOG_ERR, "rn_delete: Orphaned Mask %p at %p\n", m, x);
                }
        }
        /*