X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=lib%2Fgetctx-compat.hc;fp=lib%2Fgetctx-compat.hc;h=0000000000000000000000000000000000000000;hb=780710c3d80b8776944dd1fc65a0fda64f399db0;hp=6dc5eb74afd31ccf622d03131246f5782124ba06;hpb=8cf13bb177d92c93eb73dc8939777150536c2d00;p=util-vserver.git diff --git a/lib/getctx-compat.hc b/lib/getctx-compat.hc deleted file mode 100644 index 6dc5eb7..0000000 --- a/lib/getctx-compat.hc +++ /dev/null @@ -1,30 +0,0 @@ -// $Id: getctx-compat.hc,v 1.1.2.2 2003/12/30 13:45:57 ensc Exp $ --*- c++ -*-- - -// Copyright (C) 2003 Enrico Scholz -// -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License as published by -// the Free Software Foundation; version 2 of the License. -// -// This program is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. -// -// You should have received a copy of the GNU General Public License -// along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. - - -#ifndef H_UTIL_VSERVER_LIB_GETCTX_COMPAT_H -#define H_UTIL_VSERVER_LIB_GETCTX_COMPAT_H - -#include "getctx-legacy.hc" - -static inline ALWAYSINLINE xid_t -vc_X_getctx_compat(pid_t pid) -{ - return vc_X_getctx_legacy(pid); -} - -#endif // H_UTIL_VSERVER_LIB_GETCTX_COMPAT_H