diff options
Diffstat (limited to 'perl-install/resize_fat/dir_entry.pm')
| -rw-r--r-- | perl-install/resize_fat/dir_entry.pm | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/perl-install/resize_fat/dir_entry.pm b/perl-install/resize_fat/dir_entry.pm index 9b990be2e..27d2ea33f 100644 --- a/perl-install/resize_fat/dir_entry.pm +++ b/perl-install/resize_fat/dir_entry.pm @@ -1,4 +1,4 @@ -package resize_fat::dir_entry; # $Id$ +package resize_fat::dir_entry;  use diagnostics;  use strict; @@ -6,7 +6,7 @@ use strict;  my $DELETED_FLAG      = 0xe5; -my $READ_ONLY_ATTR    = 0x01; +my $_READ_ONLY_ATTR   = 0x01;  my $HIDDEN_ATTR       = 0x02;  my $SYSTEM_ATTR       = 0x04;  my $VOLUME_LABEL_ATTR = 0x08; | 
