You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/app-admin/gkrellm/files/gkrellm-2.3.5-cifs.patch

25 lines
496 B

--- gkrellm-2.3.5.old/server/monitor.c 2010-10-06 03:46:59.000000000 +1100
+++ gkrellm-2.3.5/server/monitor.c 2011-11-24 02:01:30.871402778 +1100
@@ -1329,7 +1329,8 @@
static gchar *remote_fs_types[] =
{
"nfs",
- "smbfs"
+ "smbfs",
+ "cifs"
};
void
--- gkrellm-2.3.5.old/src/fs.c 2010-09-15 02:25:51.000000000 +1000
+++ gkrellm-2.3.5/src/fs.c 2011-11-24 02:00:17.347088370 +1100
@@ -163,7 +163,8 @@
static gchar *remote_fs_types[] =
{
"nfs",
- "smbfs"
+ "smbfs",
+ "cifs"
};