From 6dd14fed6db519a2feb77a5b2b6e73ff03c4d043 Mon Sep 17 00:00:00 2001 From: jamesbond Date: Mon, 28 Jul 2014 17:01:25 +0000 Subject: revert commit [d5afcb6851]; fix the real cause of missing RAM display (use moreinfo_lookup rather than hi_more_info); fix usb display crashing (util.c now looks for lsusb in /usr/sbin first); fix glibc version not showing (glibc located in /lib64/libc.so.6); initial support for DDR3 spd-decoding (incomplete, the manufacturer is not shown yet). --- modules/network.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/network.c') diff --git a/modules/network.c b/modules/network.c index c9f389f5..18f8ba65 100644 --- a/modules/network.c +++ b/modules/network.c @@ -379,7 +379,7 @@ gchar *callback_statistics() __statistics); } -static gchar *hi_more_info(gchar * entry) +gchar *hi_more_info(gchar * entry) { gchar *info = moreinfo_lookup_with_prefix("NET", entry); -- cgit v1.2.3