blob: 7198993010e0f8b363026fd0e367981934b12215 (
plain)
1
2
3
4
5
6
7
8
9
10
|
--- iproute2-2.6.29-1.orig/netem/normal.c 2009-03-24 23:40:54.000000000 +0100
+++ iproute2-2.6.29-1/netem/normal.c 2009-12-11 16:35:38.000000000 +0100
@@ -8,7 +8,6 @@
#include <string.h>
#include <limits.h>
-#include <linux/types.h>
#include <linux/pkt_sched.h>
#define TABLESIZE 16384
|