Re: [lxc-devel] [PATCH] consolidate missing C library functions into utils.h
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
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