Re: [lxc-devel] [PATCH 2/2] lxc: use -iquote instead of -I

2011-11-10 Thread Daniel Lezcano
On 11/03/2011 05:41 PM, Greg Kurz wrote: > To avoid name collisions between local and system header > files. For example, if you try to include the > system file, you end up including the one from lxc... > > Signed-off-by: Greg Kurz > --- Applied, Thanks. --

Re: [lxc-devel] [PATCH 2/2] lxc: use -iquote instead of -I

2011-11-04 Thread Greg Kurz
On Fri, 2011-11-04 at 11:18 +0100, Cedric Le Goater wrote: > On 11/03/2011 05:41 PM, Greg Kurz wrote: > > To avoid name collisions between local and system header > > files. For example, if you try to include the > > system file, you end up including the one from lxc... > > is the one. > Oops..

Re: [lxc-devel] [PATCH 2/2] lxc: use -iquote instead of -I

2011-11-04 Thread Cedric Le Goater
On 11/03/2011 05:41 PM, Greg Kurz wrote: > To avoid name collisions between local and system header > files. For example, if you try to include the > system file, you end up including the one from lxc... is the one. couldn't we just kill this header file which only contains one declaration for s

[lxc-devel] [PATCH 2/2] lxc: use -iquote instead of -I

2011-11-03 Thread Greg Kurz
To avoid name collisions between local and system header files. For example, if you try to include the system file, you end up including the one from lxc... Signed-off-by: Greg Kurz --- src/lxc/Makefile.am |7 ++- 1 files changed, 6 insertions(+), 1 deletions(-) diff --git a/src/lxc/M