mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-01-07 17:52:10 +01:00
15 lines
347 B
Diff
15 lines
347 B
Diff
--- distcc-3.1.orig/lzo/minilzo.c Mon Jan 12 09:05:53 2009
|
|
+++ distcc-3.1/lzo/minilzo.c Mon Jan 12 10:27:02 2009
|
|
@@ -1298,9 +1298,9 @@
|
|
#if defined(__LZO_CHECKER)
|
|
return 0;
|
|
#else
|
|
- const int clone[] = {1, 2, 0};
|
|
+ const int _clone[] = {1, 2, 0};
|
|
const int *q;
|
|
- q = clone;
|
|
+ q = _clone;
|
|
return (*q) ? 0 : 1;
|
|
#endif
|
|
}
|