Added the new version for dummynet.
[ipfw.git] / dummynet / radix.c
index 575c47c..639a561 100644 (file)
@@ -36,7 +36,6 @@
 #include <sys/param.h>
 #ifdef _KERNEL
 #include <sys/cdefs.h>
-#include "missing.h"
 #include <sys/lock.h>
 #include <sys/mutex.h>
 #include <sys/rwlock.h>
@@ -382,7 +381,7 @@ int rn_debug =  1;
  * the leaf (see RNTORT() in route.c), the second one is the parent.
  * This routine initializes the relevant fields of the nodes, so that
  * the leaf is the left child of the parent node, and both nodes have
- * (almost) all all fields filled as appropriate.
+ * (almost) all fields filled as appropriate.
  * (XXX some fields are left unset, see the '#if 0' section).
  * The function returns a pointer to the parent node.
  */