| # | Line 34 | Line 34 | void diskStats(){ | |
|---|---|---|
| 34 | while((getmntent(f, &mp)) == 0){ | |
| 35 | if ((statvfs(mp.mnt_mountp, &df)) !=0){ | |
| 36 | errf("Failed to gets fs stats (%m)"); | |
| 37 | < | die(); |
| 37 | > | continue; |
| 38 | } | |
| 39 | ||
| 40 | if((((strcmp(mp.mnt_fstype,"ufs"))==0) || (strcmp(mp.mnt_fstype,"tmpfs")) ==0)){ | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines |
| > | Changed lines |