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.
--
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..
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
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