forked from pool/powerpc-utils
- ofpathname: skip devices with no devspec when coorelating FC OF paths (bsc#1228597 ltc#206391). * 0005-ofpathname-skip-devices-with-no-devspec-when-coorela.patch - lparstat output fixes (bsc#1228637). * 0002-lparstat-Fix-Idle-and-busy-PURR-SPURR.patch * 0003-lparstat-app-Use-pic-value-at-boot-for-accurate-boot.patch * 0004-lparstat-Use-CLOCK_BOOTTIME-for-get_time-interface-a.patch - drmgr: Free nodes returned from configure_connector (bsc#1228637). * 0006-drmgr-Free-nodes-returned-from-configure_connector.patch - drmgr: Return from get_node_by_name() if matched DRC index (bsc#1228637). * 0001-drmgr-Return-from-get_node_by_name-if-matched-DRC-in.patch OBS-URL: https://build.opensuse.org/request/show/1190631 OBS-URL: https://build.opensuse.org/package/show/hardware/powerpc-utils?expand=0&rev=212
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;
|
|
|