Added the new version for dummynet.
[ipfw.git] / dummynet / bsd_compat.c
index 995d60c..cad3c5d 100644 (file)
@@ -24,7 +24,7 @@
  */
 
 /*
- * $Id$
+ * $Id: bsd_compat.c 4508 2009-12-15 21:54:14Z luigi $
  *
  * kernel variables and functions that are not available in linux.
  */
@@ -32,7 +32,6 @@
 #include <sys/cdefs.h>
 #include <asm/div64.h> /* do_div on 2.4 */
 #include <linux/random.h>      /* get_random_bytes on 2.4 */
-#include "missing.h"
 
 /*
  * gettimeofday would be in sys/time.h but it is not