From eacbb17b6f0e3a92ff4ace972e531a089ad6712c Mon Sep 17 00:00:00 2001 From: Enrico Scholz Date: Thu, 8 Apr 2004 06:04:41 +0000 Subject: [PATCH] added link-warning for vc_new_s_context() git-svn-id: http://svn.linux-vserver.org/svn/util-vserver/trunk@1439 94cd875c-1c1d-0410-91d2-eb244daf1a30 --- util-vserver/lib/syscall.c | 1 + 1 file changed, 1 insertion(+) diff --git a/util-vserver/lib/syscall.c b/util-vserver/lib/syscall.c index 48080ec..cde39e3 100644 --- a/util-vserver/lib/syscall.c +++ b/util-vserver/lib/syscall.c @@ -60,4 +60,5 @@ 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)); } +LINK_WARNING("vc_new_s_context", "warning: vc_new_s_context() is obsoleted; use vc_create_context() instead of"); #endif -- 1.8.1.5