X-Git-Url: http://git.linux-vserver.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=lib%2FMakefile-files;h=e607f5306c78539a76d8913c3868c2bab14ce51d;hb=148ab3024621f97b9cf95091657db2448098bc66;hp=b42adcee79297afd644e5602036a357bfc77362c;hpb=0f3b41570794aaf1260d8db23fe20871a031b92a;p=util-vserver.git diff --git a/lib/Makefile-files b/lib/Makefile-files index b42adce..e607f53 100644 --- a/lib/Makefile-files +++ b/lib/Makefile-files @@ -159,7 +159,10 @@ lib_v23_SRCS = lib/syscall_tagmigrate-v23.hc \ lib/syscall_setbadness.c \ lib/syscall_setbadness-v23.hc \ lib/syscall_getspacedefault.c \ - lib/syscall_getspacedefault-v23.hc + lib/syscall_getspacedefault-v23.hc \ + lib/syscall_setnamespace-v23.hc \ + lib/syscall_enternamespace-v23.hc \ + lib/syscall_getspacemask-v23.hc if ENSC_HAVE_C99_COMPILER lib_v13_SRCS += lib/syscall_adddlimit-v13.hc \ @@ -200,6 +203,7 @@ lib_SRCS = lib/syscall.c \ lib/val2text-v2t-uint32.c \ lib/val2text-v2t-uint64.c \ lib/parselimit.c \ + lib/getkernel.c \ $(lib_legacy_SRCS) \ $(lib_compat_SRCS) \ $(lib_management_SRCS) \