From: Enrico Scholz Date: Mon, 2 Feb 2004 18:58:00 +0000 (+0000) Subject: renamed *_X to *_oldproc X-Git-Tag: VERSION_0_10~807 X-Git-Url: http://git.linux-vserver.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c8ac7d16e03d666b268187b6a234f80e186d34ac;p=util-vserver.git renamed *_X to *_oldproc git-svn-id: http://svn.linux-vserver.org/svn/util-vserver/trunk@738 94cd875c-1c1d-0410-91d2-eb244daf1a30 --- diff --git a/util-vserver/lib/syscall_gettaskxid-oldproc.hc b/util-vserver/lib/syscall_gettaskxid-oldproc.hc index 442a892..4b4a1ce 100644 --- a/util-vserver/lib/syscall_gettaskxid-oldproc.hc +++ b/util-vserver/lib/syscall_gettaskxid-oldproc.hc @@ -36,7 +36,7 @@ getctx_legacy_internal(pid_t pid) } static inline ALWAYSINLINE xid_t -vc_get_task_xid_X(pid_t pid) +vc_get_task_xid_oldproc(pid_t pid) { xid_t res; do { diff --git a/util-vserver/lib/syscall_getvxinfo-oldproc.hc b/util-vserver/lib/syscall_getvxinfo-oldproc.hc index 13717ed..23d5ebb 100644 --- a/util-vserver/lib/syscall_getvxinfo-oldproc.hc +++ b/util-vserver/lib/syscall_getvxinfo-oldproc.hc @@ -21,7 +21,7 @@ #endif static inline ALWAYSINLINE int -vc_get_vx_info_X(xid_t UNUSED xid, struct vc_vx_info UNUSED *info) +vc_get_vx_info_oldproc(xid_t UNUSED xid, struct vc_vx_info UNUSED *info) { // TODO: ??? errno = EINVAL;