From d12697bdf449e4f6cbeed214fbb1a7053d9888b4 Mon Sep 17 00:00:00 2001 From: Robert Pengelly Date: Sat, 28 Feb 2026 23:50:32 +0000 Subject: [PATCH] Fixed permissions --- include/stdint.h | 0 include/xz.h | 0 include/xz_lzma2.h | 0 libxz/xz_crc32.c | 0 libxz/xz_crc64.c | 0 libxz/xz_dec_bcj.c | 0 libxz/xz_dec_lzma2.c | 0 libxz/xz_dec_stream.c | 0 report.c | 0 report.h | 0 unxz.c | 0 11 files changed, 0 insertions(+), 0 deletions(-) mode change 100644 => 100755 include/stdint.h mode change 100644 => 100755 include/xz.h mode change 100644 => 100755 include/xz_lzma2.h mode change 100644 => 100755 libxz/xz_crc32.c mode change 100644 => 100755 libxz/xz_crc64.c mode change 100644 => 100755 libxz/xz_dec_bcj.c mode change 100644 => 100755 libxz/xz_dec_lzma2.c mode change 100644 => 100755 libxz/xz_dec_stream.c mode change 100644 => 100755 report.c mode change 100644 => 100755 report.h mode change 100644 => 100755 unxz.c diff --git a/include/stdint.h b/include/stdint.h old mode 100644 new mode 100755 diff --git a/include/xz.h b/include/xz.h old mode 100644 new mode 100755 diff --git a/include/xz_lzma2.h b/include/xz_lzma2.h old mode 100644 new mode 100755 diff --git a/libxz/xz_crc32.c b/libxz/xz_crc32.c old mode 100644 new mode 100755 diff --git a/libxz/xz_crc64.c b/libxz/xz_crc64.c old mode 100644 new mode 100755 diff --git a/libxz/xz_dec_bcj.c b/libxz/xz_dec_bcj.c old mode 100644 new mode 100755 diff --git a/libxz/xz_dec_lzma2.c b/libxz/xz_dec_lzma2.c old mode 100644 new mode 100755 diff --git a/libxz/xz_dec_stream.c b/libxz/xz_dec_stream.c old mode 100644 new mode 100755 diff --git a/report.c b/report.c old mode 100644 new mode 100755 diff --git a/report.h b/report.h old mode 100644 new mode 100755 diff --git a/unxz.c b/unxz.c old mode 100644 new mode 100755 -- 2.34.1