summaryrefslogtreecommitdiffstats
path: root/source/a/ncompress/ncompress-4.2.4-endians.patch
diff options
context:
space:
mode:
Diffstat (limited to 'source/a/ncompress/ncompress-4.2.4-endians.patch')
-rw-r--r--source/a/ncompress/ncompress-4.2.4-endians.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/source/a/ncompress/ncompress-4.2.4-endians.patch b/source/a/ncompress/ncompress-4.2.4-endians.patch
deleted file mode 100644
index fdc966220..000000000
--- a/source/a/ncompress/ncompress-4.2.4-endians.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- ncompress-4.2.4/compress42.c.endians 2006-09-19 13:53:58.000000000 +0200
-+++ ncompress-4.2.4/compress42.c 2006-09-19 13:57:54.000000000 +0200
-@@ -432,7 +432,7 @@
-
- union bytes
- {
-- long word;
-+ int word;
- struct
- {
- #if BYTEORDER == 4321