X-Git-Url: http://git.linux-vserver.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=lib%2FMakefile-files;h=e607f5306c78539a76d8913c3868c2bab14ce51d;hb=952de6648abd3d7192f97f3335c016df365b3ae0;hp=0f906f495f0a2d93005d9a9d7a14fec933480b5b;hpb=adfc83d4b20c0797654b9a30b6f7699ab90d31ea;p=util-vserver.git diff --git a/lib/Makefile-files b/lib/Makefile-files index 0f906f4..e607f53 100644 --- a/lib/Makefile-files +++ b/lib/Makefile-files @@ -161,7 +161,8 @@ lib_v23_SRCS = lib/syscall_tagmigrate-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 if ENSC_HAVE_C99_COMPILER lib_v13_SRCS += lib/syscall_adddlimit-v13.hc \ @@ -202,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) \