From 135f405a5ede32d08315f9527478a813c7a10906 Mon Sep 17 00:00:00 2001 From: Enrico Scholz Date: Thu, 20 Nov 2003 18:07:54 +0000 Subject: [PATCH] added getvserverctx & getvserverbyctx files added fmtx* files git-svn-id: http://svn.linux-vserver.org/svn/util-vserver/trunk@430 94cd875c-1c1d-0410-91d2-eb244daf1a30 --- util-vserver/lib/Makefile-files | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/util-vserver/lib/Makefile-files b/util-vserver/lib/Makefile-files index 7513b35..f52453f 100644 --- a/util-vserver/lib/Makefile-files +++ b/util-vserver/lib/Makefile-files @@ -18,8 +18,10 @@ ## lib_legacy_SRCS = lib/getprocentry-legacy.c -lib_management_SRCS = lib/getvservername.c \ +lib_management_SRCS = lib/getvserverbyctx.c \ lib/getvservercfgstyle.c \ + lib/getvserverctx.c \ + lib/getvservername.c \ lib/getvservervdir.c lib_v11_SRCS = lib/syscall_rlimit.c @@ -32,6 +34,8 @@ lib_SRCS = lib/syscall.c \ lib/getversion.c \ lib/fmt-32.c \ lib/fmt-64.c \ + lib/fmtx-32.c \ + lib/fmtx-64.c \ lib/capabilities.c \ $(lib_legacy_SRCS) \ $(lib_management_SRCS) \ @@ -48,8 +52,10 @@ lib_XHDRS = lib/syscall-compat.hc \ lib/getinitpid-legacy.hc \ lib/getversion-internal.hc \ lib/safechroot-internal.hc \ - lib/fmt.hc \ lib/fmt.h \ + lib/fmt.hc \ + lib/fmtx.hc \ + lib/fmt-internal.h \ lib/virtual.h \ lib/internal.h \ lib/utils-legacy.h \ -- 1.8.1.5