X-Git-Url: http://git.linux-vserver.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=lib%2FMakefile-files;h=1db4a53297b8681fc2567b4b85ced6d76c4b0f25;hb=4674a5ae805794b65aacab0172298c9a3d43f678;hp=0f906f495f0a2d93005d9a9d7a14fec933480b5b;hpb=adfc83d4b20c0797654b9a30b6f7699ab90d31ea;p=util-vserver.git diff --git a/lib/Makefile-files b/lib/Makefile-files index 0f906f4..1db4a53 100644 --- a/lib/Makefile-files +++ b/lib/Makefile-files @@ -157,11 +157,18 @@ lib_v23_SRCS = lib/syscall_tagmigrate-v23.hc \ lib/syscall_getbadness.c \ lib/syscall_getbadness-v23.hc \ lib/syscall_setbadness.c \ + lib/syscall_setumask-v23.hc \ + lib/syscall_setumask.c \ + lib/syscall_getumask-v23.hc \ + lib/syscall_getumask.c \ lib/syscall_setbadness-v23.hc \ lib/syscall_getspacedefault.c \ lib/syscall_getspacedefault-v23.hc \ lib/syscall_setnamespace-v23.hc \ - lib/syscall_enternamespace-v23.hc + lib/syscall_enternamespace-v23.hc \ + lib/syscall_getspacemask-v23.hc \ + lib/umask-v23.c \ + lib/umask_list-v23.c if ENSC_HAVE_C99_COMPILER lib_v13_SRCS += lib/syscall_adddlimit-v13.hc \ @@ -202,6 +209,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) \