summaryrefslogtreecommitdiff
blob: 3b6e7b0038505dbaa23777f5a5ace5fd7e0b07fa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
diff -NrU5 vde2-2.2.2.orig/src/kvde_switch/consmgmt.c vde2-2.2.2/src/kvde_switch/consmgmt.c
--- vde2-2.2.2.orig/src/kvde_switch/consmgmt.c	2008-09-04 21:14:55.000000000 +0200
+++ vde2-2.2.2/src/kvde_switch/consmgmt.c	2008-09-04 21:16:26.000000000 +0200
@@ -22,10 +22,11 @@
 #include <net/if.h>
 #include <stdarg.h>
 #include <getopt.h>
 #include <dlfcn.h>
 #include <time.h>
+#include <linux/limits.h>
 
 #include <config.h>
 #include <vde.h>
 #include <vdecommon.h>
 
diff -NrU5 vde2-2.2.2.orig/src/kvde_switch/datasock.c vde2-2.2.2/src/kvde_switch/datasock.c
--- vde2-2.2.2.orig/src/kvde_switch/datasock.c	2008-09-04 21:14:55.000000000 +0200
+++ vde2-2.2.2/src/kvde_switch/datasock.c	2008-09-04 21:19:59.000000000 +0200
@@ -24,10 +24,11 @@
 #include <net/if.h>
 #include <stdarg.h>
 #include <grp.h>
 #define _GNU_SOURCE
 #include <getopt.h>
+#include <linux/limits.h>
 
 #include <config.h>
 #include <vde.h>
 #include <vdecommon.h>
 
diff -NrU5 vde2-2.2.2.orig/src/vde_plug2tap.c vde2-2.2.2/src/vde_plug2tap.c
--- vde2-2.2.2.orig/src/vde_plug2tap.c	2008-09-04 21:14:55.000000000 +0200
+++ vde2-2.2.2/src/vde_plug2tap.c	2008-09-04 21:22:23.000000000 +0200
@@ -16,10 +16,11 @@
 #include <stdarg.h>
 #include <syslog.h>
 #include <libgen.h>
 #define _GNU_SOURCE
 #include <getopt.h>
+#include <linux/limits.h>
 
 #include <config.h>
 #include <vde.h>
 #include <vdecommon.h>
 #include <libvdeplug.h>
diff -NrU5 vde2-2.2.2.orig/src/wirefilter.c vde2-2.2.2/src/wirefilter.c
--- vde2-2.2.2.orig/src/wirefilter.c	2008-09-04 21:14:55.000000000 +0200
+++ vde2-2.2.2/src/wirefilter.c	2008-09-04 21:25:21.000000000 +0200
@@ -29,10 +29,11 @@
 #include <sys/time.h>
 #include <sys/types.h>
 #include <sys/stat.h>
 #include <sys/socket.h>
 #include <sys/un.h>
+#include <linux/limits.h>
 
 #include <config.h>
 #include <vde.h>
 #include <vdecommon.h>
 #include <libvdeplug.h>