10 lines
363 B
Diff
10 lines
363 B
Diff
--- gkrellm-2.3.5.old/src/sysdeps/linux.c 2010-10-06 03:27:33.000000000 +1100
|
|
+++ gkrellm-2.3.5/src/sysdeps/linux.c 2011-11-24 02:07:30.926450485 +1100
|
|
@@ -1439,6 +1439,7 @@
|
|
|| !strcmp(type, "usbdevfs")
|
|
|| !strcmp(type, "usbfs")
|
|
|| !strcmp(type, "sysfs")
|
|
+ || !strcmp(type, "autofs")
|
|
)
|
|
continue;
|
|
/* Strip trailing / from the directory.
|