From cc30bf00a8493b25976ba13ce8ffefe53d172361 Mon Sep 17 00:00:00 2001 From: Enrico Scholz Date: Fri, 28 Nov 2003 23:22:35 +0000 Subject: [PATCH] removed chrootsafe() code git-svn-id: http://svn.linux-vserver.org/svn/util-vserver/branches/SYSCALL_SWITCH@455 94cd875c-1c1d-0410-91d2-eb244daf1a30 --- util-vserver/lib/syscall.c | 7 ------- 1 file changed, 7 deletions(-) diff --git a/util-vserver/lib/syscall.c b/util-vserver/lib/syscall.c index fc0896e..ecc6dc6 100644 --- a/util-vserver/lib/syscall.c +++ b/util-vserver/lib/syscall.c @@ -52,11 +52,4 @@ vc_set_ipv4root(uint32_t bcast, size_t nb, struct vc_ip_mask_pair const *ips) CALL_VC_LEGACY(vc_set_ipv4root, bcast, nb, ips)); } -int -vc_chrootsafe(char const *dir) -{ - CALL_VC(CALL_VC_COMPAT(vc_chrootsafe, dir), - CALL_VC_LEGACY(vc_chrootsafe, dir)); -} - #endif -- 1.8.1.5