-Correct typo in module name
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@1271 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
parent
f8f04294fb
commit
e2b1e7ed0a
@ -14,7 +14,7 @@ use Data::Dumper;
|
||||
use IO::Handle;
|
||||
use IO::Select;
|
||||
use xCAT::Utils;
|
||||
#use Threads qw(yield);
|
||||
use Thread qw(yield);
|
||||
use Getopt::Long;
|
||||
use POSIX qw(:signal_h :errno_h :sys_wait_h);
|
||||
my $interface;
|
||||
|
@ -13,7 +13,7 @@ if ($^O =~ /^linux/i) {
|
||||
use Data::Dumper;
|
||||
use IO::Handle;
|
||||
use IO::Select;
|
||||
#use Threads qw(yield);
|
||||
use Thread qw(yield);
|
||||
use xCAT::Utils;
|
||||
use Getopt::Long;
|
||||
use POSIX qw(:signal_h :errno_h :sys_wait_h);
|
||||
|
Loading…
Reference in New Issue
Block a user