- Add patch metadata, refresh to upstream version where available. * Refreshed 0001-powerpc-utils-Suppress-errors-reading-kernel-files.patch OBS-URL: https://build.opensuse.org/request/show/808774 OBS-URL: https://build.opensuse.org/package/show/hardware/powerpc-utils?expand=0&rev=125
17 lines
378 B
Diff
17 lines
378 B
Diff
Upstream: TBD
|
|
References: lost in the mists of time
|
|
|
|
Index: powerpc-utils-1.3.4/src/lsprop.c
|
|
===================================================================
|
|
--- powerpc-utils-1.3.4.orig/src/lsprop.c
|
|
+++ powerpc-utils-1.3.4/src/lsprop.c
|
|
@@ -30,7 +30,7 @@
|
|
#endif
|
|
|
|
int recurse;
|
|
-int maxbytes = 128;
|
|
+int maxbytes = 64 * 1024;
|
|
int words_per_line = 0;
|
|
unsigned char *buf;
|
|
|