X-Git-Url: http://git.onelab.eu/?p=util-vserver.git;a=blobdiff_plain;f=lib%2Fsyscall.c;h=f0991642b4a06fb1672abf2d364ba5fadc029729;hp=a18f787e9ed27b9060a49e76f7890b21273ae56b;hb=2822ba293eb308225c50d346930c47bf98d9927b;hpb=2894fc5a4c8335e4d7221311fed0556f33f8047c diff --git a/lib/syscall.c b/lib/syscall.c index a18f787..f099164 100644 --- a/lib/syscall.c +++ b/lib/syscall.c @@ -1,4 +1,4 @@ -// $Id: syscall.c 2272 2006-01-22 18:19:06Z ensc $ --*- c++ -*-- +// $Id: syscall.c,v 1.10 2004/04/08 06:04:41 ensc Exp $ --*- c++ -*-- // Copyright (C) 2003 Enrico Scholz // @@ -25,7 +25,7 @@ #include "internal.h" #define _LINUX_TYPES_H 1 -#include "virtual.h" +#include "linuxvirtual.h" #if defined(VC_ENABLE_API_COMPAT) && defined(VC_ENABLE_API_LEGACY) # define VC_MULTIVERSION_SYSCALL 1 @@ -61,6 +61,4 @@ vc_set_ipv4root(uint32_t bcast, size_t nb, struct vc_ip_mask_pair const *ips) } LINK_WARNING("vc_new_s_context", "warning: vc_new_s_context() is obsoleted; use vc_create_context() instead of"); -LINK_WARNING("vc_set_ipv4root", "warning: vc_set_ipv4root() is obsoleted; use vc_net_create() instead of"); - #endif