X-Git-Url: http://git.linux-vserver.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=lib%2FMakefile-files;h=57b182a5a58d27a7f422fa2b4bd602b1bf81048a;hb=9de84a6c67f4d6be6d2b7e3ceaf1d7edf9f30c65;hp=e33f1d58a2aaa631ed87898722921bac57f809e2;hpb=3564d8678a2134185e5e6e83083de027b359ca28;p=util-vserver.git diff --git a/lib/Makefile-files b/lib/Makefile-files index e33f1d5..57b182a 100644 --- a/lib/Makefile-files +++ b/lib/Makefile-files @@ -130,6 +130,8 @@ lib_v21_SRCS = lib/syscall_setccaps-v21.hc \ lib/syscall_ctxmigrate-v21.hc \ lib/syscall_setmapping.c \ lib/syscall_setmapping-v21.hc \ + lib/syscall_unsetmapping.c \ + lib/syscall_unsetmapping-v21.hc \ lib/syscall_schedinfo.c \ lib/syscall_schedinfo-v21.hc \ lib/syscall_getccaps-v21.hc \ @@ -150,7 +152,11 @@ lib_v23_SRCS = lib/syscall_tagmigrate-v23.hc \ lib/syscall_tagmigrate.c \ lib/syscall_tagcreate.c \ lib/syscall_tasktag-v23.hc \ - lib/syscall_tasktag.c + lib/syscall_tasktag.c \ + lib/syscall_getbadness.c \ + lib/syscall_getbadness-v23.hc \ + lib/syscall_setbadness.c \ + lib/syscall_setbadness-v23.hc if ENSC_HAVE_C99_COMPILER lib_v13_SRCS += lib/syscall_adddlimit-v13.hc \