Gentoo Archives: gentoo-commits

From: "Peter Alfredsen (loki_val)" <loki_val@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-misc/vde/files: vde-2.2.2-gcc43.patch
Date: Thu, 04 Sep 2008 19:37:13
Message-Id: E1KbKdi-0006Gg-Df@stork.gentoo.org
1 loki_val 08/09/04 19:37:10
2
3 Added: vde-2.2.2-gcc43.patch
4 Log:
5 Bump, thx to jbergstroem for the nudge.
6 (Portage version: 2.2_rc8/cvs/Linux 2.6.25.8 i686)
7
8 Revision Changes Path
9 1.1 net-misc/vde/files/vde-2.2.2-gcc43.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/vde/files/vde-2.2.2-gcc43.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/vde/files/vde-2.2.2-gcc43.patch?rev=1.1&content-type=text/plain
13
14 Index: vde-2.2.2-gcc43.patch
15 ===================================================================
16 diff -NrU5 vde2-2.2.2.orig/src/kvde_switch/consmgmt.c vde2-2.2.2/src/kvde_switch/consmgmt.c
17 --- vde2-2.2.2.orig/src/kvde_switch/consmgmt.c 2008-09-04 21:14:55.000000000 +0200
18 +++ vde2-2.2.2/src/kvde_switch/consmgmt.c 2008-09-04 21:16:26.000000000 +0200
19 @@ -22,10 +22,11 @@
20 #include <net/if.h>
21 #include <stdarg.h>
22 #include <getopt.h>
23 #include <dlfcn.h>
24 #include <time.h>
25 +#include <linux/limits.h>
26
27 #include <config.h>
28 #include <vde.h>
29 #include <vdecommon.h>
30
31 diff -NrU5 vde2-2.2.2.orig/src/kvde_switch/datasock.c vde2-2.2.2/src/kvde_switch/datasock.c
32 --- vde2-2.2.2.orig/src/kvde_switch/datasock.c 2008-09-04 21:14:55.000000000 +0200
33 +++ vde2-2.2.2/src/kvde_switch/datasock.c 2008-09-04 21:19:59.000000000 +0200
34 @@ -24,10 +24,11 @@
35 #include <net/if.h>
36 #include <stdarg.h>
37 #include <grp.h>
38 #define _GNU_SOURCE
39 #include <getopt.h>
40 +#include <linux/limits.h>
41
42 #include <config.h>
43 #include <vde.h>
44 #include <vdecommon.h>
45
46 diff -NrU5 vde2-2.2.2.orig/src/vde_plug2tap.c vde2-2.2.2/src/vde_plug2tap.c
47 --- vde2-2.2.2.orig/src/vde_plug2tap.c 2008-09-04 21:14:55.000000000 +0200
48 +++ vde2-2.2.2/src/vde_plug2tap.c 2008-09-04 21:22:23.000000000 +0200
49 @@ -16,10 +16,11 @@
50 #include <stdarg.h>
51 #include <syslog.h>
52 #include <libgen.h>
53 #define _GNU_SOURCE
54 #include <getopt.h>
55 +#include <linux/limits.h>
56
57 #include <config.h>
58 #include <vde.h>
59 #include <vdecommon.h>
60 #include <libvdeplug.h>
61 diff -NrU5 vde2-2.2.2.orig/src/wirefilter.c vde2-2.2.2/src/wirefilter.c
62 --- vde2-2.2.2.orig/src/wirefilter.c 2008-09-04 21:14:55.000000000 +0200
63 +++ vde2-2.2.2/src/wirefilter.c 2008-09-04 21:25:21.000000000 +0200
64 @@ -29,10 +29,11 @@
65 #include <sys/time.h>
66 #include <sys/types.h>
67 #include <sys/stat.h>
68 #include <sys/socket.h>
69 #include <sys/un.h>
70 +#include <linux/limits.h>
71
72 #include <config.h>
73 #include <vde.h>
74 #include <vdecommon.h>
75 #include <libvdeplug.h>