From 6df96ab58124c3fca80a28c58443c973c290d1c6 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Thu, 22 Dec 2005 15:23:29 +0000 Subject: (syscall_) make it work everytime --- MDK/Common/System.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'MDK/Common/System.pm') diff --git a/MDK/Common/System.pm b/MDK/Common/System.pm index e179de4..d792383 100644 --- a/MDK/Common/System.pm +++ b/MDK/Common/System.pm @@ -296,7 +296,7 @@ sub syscall_ { my $f = shift; require 'syscall.ph'; - syscall(&{"SYS_$f"}, @_) == 0; + syscall(&{"main::SYS_$f"}, @_) == 0; } -- cgit v1.2.1