liblzma: Fix validate_map.sh.

Adding the SPDX license identifier changed the line numbers.
This commit is contained in:
Lasse Collin 2024-02-14 19:46:11 +02:00
parent 22140a2df6
commit 924fdeedf4
1 changed files with 1 additions and 1 deletions

View File

@ -122,7 +122,7 @@ DUPS=$(sort liblzma_generic.map | sed '/^$/d;/^global:$/d' | uniq -d)
# ignored (@XZ_5.1.2alpha or @XZ_5.2.2 won't be added at all when
# the #define HAVE_SYMBOL_VERSIONS_LINUX isn't used).
IN_SYNC=
if ! sed '109,123d' liblzma_linux.map \
if ! sed '111,125d' liblzma_linux.map \
| cmp -s - liblzma_generic.map; then
IN_SYNC=no
fi