-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:
jbjohnso 2008-05-05 13:29:10 +00:00
parent f8f04294fb
commit e2b1e7ed0a
2 changed files with 2 additions and 2 deletions

View File

@ -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;

View File

@ -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);