Merge branch 'sigar-1.6'

This commit is contained in:
Doug MacEachern 2010-03-31 10:53:55 -07:00
commit 6c8e6e6d69
1 changed files with 3 additions and 0 deletions

View File

@ -433,6 +433,9 @@ static int sigar_common_fs_type_get(sigar_file_system_t *fsp)
if (strEQ(type, "cvfs")) {
fsp->type = SIGAR_FSTYPE_LOCAL_DISK;
}
else if (strEQ(type, "cifs")) {
fsp->type = SIGAR_FSTYPE_NETWORK;
}
break;
case 'm':
if (strEQ(type, "msdos") || strEQ(type, "minix")) {