summaryrefslogtreecommitdiffstats
path: root/src/util
diff options
context:
space:
mode:
authorVinson Lee2016-06-03 19:09:54 +0200
committerMichael Brown2016-06-03 19:09:54 +0200
commitf6e8b800be5d8656aa2b10827cf7ea93cfcf5048 (patch)
treea1df72d85b9f540ce4ac4c4f3876e59f99afce30 /src/util
parent[efi] Expose DHCP packets via the Apple NetBoot protocol (diff)
downloadipxe-f6e8b800be5d8656aa2b10827cf7ea93cfcf5048.tar.gz
ipxe-f6e8b800be5d8656aa2b10827cf7ea93cfcf5048.tar.xz
ipxe-f6e8b800be5d8656aa2b10827cf7ea93cfcf5048.zip
[build] Remove nested "my" declaration
Fix build error with perl >= 5.23.2: Can't redeclare "my" in "my" at ./util/parserom.pl line 160 Signed-off-by: Vinson Lee <vlee@freedesktop.org> Reviewed-by: Robin Smidsrød <robin@smidsrod.no> Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src/util')
-rwxr-xr-xsrc/util/parserom.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/parserom.pl b/src/util/parserom.pl
index 28df6065..5a849a54 100755
--- a/src/util/parserom.pl
+++ b/src/util/parserom.pl
@@ -157,7 +157,7 @@ sub process_isa_rom {
# Output Makefile rules for the specified ROM declarations
sub print_make_rules {
- my ( $state, my $image, my $desc, my $vendor, my $device, my $dup ) = @_;
+ my ( $state, $image, $desc, $vendor, $device, $dup ) = @_;
unless ( $state->{'is_header_printed'} ) {
print "# NIC\t\n";
print "# NIC\tfamily\t$state->{family}\n";