Merge branch 'sigar-1.6'
This commit is contained in:
		
						commit
						6c8e6e6d69
					
				@ -433,6 +433,9 @@ static int sigar_common_fs_type_get(sigar_file_system_t *fsp)
 | 
				
			|||||||
        if (strEQ(type, "cvfs")) {
 | 
					        if (strEQ(type, "cvfs")) {
 | 
				
			||||||
            fsp->type = SIGAR_FSTYPE_LOCAL_DISK;
 | 
					            fsp->type = SIGAR_FSTYPE_LOCAL_DISK;
 | 
				
			||||||
        }
 | 
					        }
 | 
				
			||||||
 | 
					        else if (strEQ(type, "cifs")) {
 | 
				
			||||||
 | 
					            fsp->type = SIGAR_FSTYPE_NETWORK;
 | 
				
			||||||
 | 
					        }
 | 
				
			||||||
        break;
 | 
					        break;
 | 
				
			||||||
      case 'm':
 | 
					      case 'm':
 | 
				
			||||||
        if (strEQ(type, "msdos") || strEQ(type, "minix")) {
 | 
					        if (strEQ(type, "msdos") || strEQ(type, "minix")) {
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user