28 #include <sys/statvfs.h> 45 if (statvfs (path, &st) == -1) {
50 if (g_ascii_strcasecmp (st.f_basetype,
"nfs") == 0) {
#define xmms_log_error(fmt,...)
gboolean xmms_statfs_is_remote(const gchar *path)
This function uses the statfs() call to check if the path is on a remote filesystem or not...