From: Enrico Scholz Date: Fri, 27 Feb 2004 04:39:31 +0000 (+0000) Subject: added *setnamespace* and *cleanupnamespace* files X-Git-Tag: VERSION_0_10~548 X-Git-Url: http://git.linux-vserver.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fa68070f362e456a6bc6b490c94865759bf58c2d;p=util-vserver.git added *setnamespace* and *cleanupnamespace* files git-svn-id: http://svn.linux-vserver.org/svn/util-vserver/trunk@1018 94cd875c-1c1d-0410-91d2-eb244daf1a30 --- diff --git a/util-vserver/lib/Makefile-files b/util-vserver/lib/Makefile-files index a33a2b3..ed1efcf 100644 --- a/util-vserver/lib/Makefile-files +++ b/util-vserver/lib/Makefile-files @@ -34,6 +34,10 @@ lib_v11_SRCS = lib/syscall_rlimit.c \ lib/syscall_kill-v11.hc lib_v13_SRCS = lib/syscall_enternamespace.c \ lib/syscall_enternamespace-v13.hc \ + lib/syscall_setnamespace.c \ + lib/syscall_setnamespace-v13.hc \ + lib/syscall_cleanupnamespace.c \ + lib/syscall_cleanupnamespace-v13.hc \ lib/syscall_getiattr.c \ lib/syscall_getiattr-fscompat.hc \ lib/syscall_getiattr-v13.hc \