]> git.ipfire.org Git - thirdparty/lxc.git/commit
use syscall numbers from Linux kernel headers
authorDavid Ward <david.ward@ll.mit.edu>
Thu, 3 May 2012 22:50:15 +0000 (00:50 +0200)
committerDaniel Lezcano <daniel.lezcano@free.fr>
Thu, 3 May 2012 22:50:15 +0000 (00:50 +0200)
commit910bb4fa53eddcaba291ee8ce917f161ef49caf0
treec4893bf59bd1166aede6232853e761092564917c
parented55bf5203aca88809d979b289d6b2280a18e79c
use syscall numbers from Linux kernel headers

__NR_setns is defined in the Linux kernel headers in linux/unistd.h.
The full Linux kernel sources are not necessary for compilation.

Signed-off-by: David Ward <david.ward@ll.mit.edu>
Signed-off-by: Daniel Lezcano <dlezcano@fr.ibm.com>
config/linux.m4 [deleted file]
configure.ac
src/lxc/Makefile.am
src/lxc/attach.c