Fixed typo.
2006-04-09 Benoît Dejean <benoit@placenet.org> * fsusage.c: (_glibtop_freebsd_get_fsusage_read_write): Fixed typo.
This commit is contained in:
committed by
Benoît Dejean
parent
5d2f45803b
commit
12502c2673
@@ -38,7 +38,7 @@ _glibtop_freebsd_get_fsusage_read_write(glibtop *server,
|
||||
#endif
|
||||
|
||||
#if defined (STAT_STATVFS)
|
||||
result = statfs (path, &sfs);
|
||||
result = statvfs (path, &sfs);
|
||||
#else
|
||||
result = statfs (path, &sfs);
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user