wok-next view syslinux/stuff/extra/keytab-lilo.u @ rev 20126
get-vivaldi -> vivaldi. Update ldd runtime dependencies.
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Tue Oct 31 12:04:50 2017 +0200 (2017-10-31) |
parents | |
children | db21b68f7891 |
line source
1 --- utils/keytab-lilo
2 +++ utils/keytab-lilo
3 @@ -48,9 +48,9 @@
4 $empty = 1;
5 while (<FILE>) {
6 chop;
7 - if (/^(static\s+)?u_short\s+(\S+)_map\[\S*\]\s+=\s+{\s*$/) {
8 + if (/^(static\s+)?(u_|unsigned )short\s+(\S+)_map\[\S*\]\s+=\s+{\s*$/) {
9 die "active at beginning of map" if defined $current;
10 - $current = $pfx.":".$2;
11 + $current = $pfx.":".$3;
12 next;
13 }
14 undef $current if /^};\s*$/;