diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2006-05-15 13:06:34 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2006-05-15 13:06:34 +0000 |
commit | 575ddb72d0c22a58e9e69c2364c41b07550e4252 (patch) | |
tree | 7ea23a1fee5459dd49cce254775e166004cf3c4d | |
parent | 19b197be2bd60b407734ccb34180948dd85957af (diff) | |
download | perl-MDK-Common-575ddb72d0c22a58e9e69c2364c41b07550e4252.tar perl-MDK-Common-575ddb72d0c22a58e9e69c2364c41b07550e4252.tar.gz perl-MDK-Common-575ddb72d0c22a58e9e69c2364c41b07550e4252.tar.bz2 perl-MDK-Common-575ddb72d0c22a58e9e69c2364c41b07550e4252.tar.xz perl-MDK-Common-575ddb72d0c22a58e9e69c2364c41b07550e4252.zip |
revert bad commit (thanks titi)
-rw-r--r-- | MDK/Common/System.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MDK/Common/System.pm b/MDK/Common/System.pm index 0f8d478..0f77d98 100644 --- a/MDK/Common/System.pm +++ b/MDK/Common/System.pm @@ -299,7 +299,7 @@ sub syscall_ { package main; require 'syscall.ph'; - syscall(&{"main::SYS_$f"}, @_) == 0 + syscall(&{"main::SYS_$f"}, @_) == 0; } |