Fixed messages of 'Use of uninitialized value ...' in 'kern' graph on FreeBSD systems

This commit is contained in:
Jordi Sanfeliu 2013-03-04 10:05:14 +01:00
parent e002c29361
commit ef7fff2648
1 changed files with 1 additions and 1 deletions

View File

@ -106,7 +106,7 @@ sub kern_update {
my $steal; my $steal;
my $guest; my $guest;
my $cs = "U"; my $cs = "U";
my $dentry; my $dentry = 0;
my $file; my $file;
my $inode; my $inode;
my $forks = "U"; my $forks = "U";