Files
powerpc-utils/powerpc-utils-lsprop.patch
Josef Möllers 191fe5d664 Accepting request 808774 from home:michals
- 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
2020-05-25 12:40:35 +00:00

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;