Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 416141
Collapse All | Expand All

(-)gkrellm-2.3.5.old/server/monitor.c (-1 / +2 lines)
Lines 1329-1335 Link Here
1329
static gchar *remote_fs_types[] =
1329
static gchar *remote_fs_types[] =
1330
	{
1330
	{
1331
	"nfs",
1331
	"nfs",
1332
	"smbfs"
1332
	"smbfs",
1333
	"cifs"
1333
	};
1334
	};
1334
1335
1335
void
1336
void
(-)gkrellm-2.3.5.old/src/fs.c (-1 / +2 lines)
Lines 163-169 Link Here
163
static gchar *remote_fs_types[]	=
163
static gchar *remote_fs_types[]	=
164
	{
164
	{
165
	"nfs",
165
	"nfs",
166
	"smbfs"
166
	"smbfs",
167
	"cifs"
167
	};
168
	};
168
169
169
170
(-)gkrellm-2.3.5.old/src/sysdeps/linux.c (+1 lines)
Lines 1439-1444 Link Here
1439
			|| !strcmp(type, "usbdevfs")
1439
			|| !strcmp(type, "usbdevfs")
1440
			|| !strcmp(type, "usbfs")
1440
			|| !strcmp(type, "usbfs")
1441
			|| !strcmp(type, "sysfs")
1441
			|| !strcmp(type, "sysfs")
1442
			|| !strcmp(type, "autofs")
1442
		   )
1443
		   )
1443
			continue;
1444
			continue;
1444
		/* Strip trailing / from the directory.
1445
		/* Strip trailing / from the directory.

Return to bug 416141