fixed vc_X_getcctx()
authorEnrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
Tue, 14 Oct 2003 16:11:18 +0000 (16:11 +0000)
committerEnrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
Tue, 14 Oct 2003 16:11:18 +0000 (16:11 +0000)
git-svn-id: http://svn.linux-vserver.org/svn/util-vserver/branches/SYSCALL_SWITCH@150 94cd875c-1c1d-0410-91d2-eb244daf1a30

util-vserver/lib/vserver.h

index e476f4d..c81a2a4 100644 (file)
@@ -56,7 +56,7 @@ extern "C" {
   ctx_t        vc_X_getctx(pid_t pid);
 
     /** Returns the context of the current process. */
-#define vc_X_getcctx           (getctx(getpid()))
+#define vc_X_getcctx()         (vc_X_getctx(getpid()))
     
 #ifdef __cplusplus
 }