Re: [lxc-devel] [PATCH] consolidate missing C library functions into utils.h

2013-05-24 Thread Serge Hallyn
Quoting Dwight Engen (dwight.en...@oracle.com): > This fixes the build of lxccontainer.c on systems that have __NR_setns > but not HAVE_SETNS. > > Signed-off-by: Dwight Engen Acked-by: Serge E. Hallyn > --- > src/lxc/attach.c | 34 +- > src/lxc/bdev.c

[lxc-devel] [PATCH] consolidate missing C library functions into utils.h

2013-05-23 Thread Dwight Engen
This fixes the build of lxccontainer.c on systems that have __NR_setns but not HAVE_SETNS. Signed-off-by: Dwight Engen --- src/lxc/attach.c | 34 +- src/lxc/bdev.c | 15 +-- src/lxc/lxccontainer.c | 17 + src/lxc/par