ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/projects/libstatgrab/src/libstatgrab/disk_stats.c
(Generate patch)

Comparing projects/libstatgrab/src/libstatgrab/disk_stats.c (file contents):
Revision 1.36 by ats, Sun Oct 19 21:12:43 2003 UTC vs.
Revision 1.37 by ats, Sun Oct 19 21:22:09 2003 UTC

# Line 384 | Line 384 | diskio_stat_t *get_diskio_stats(int *entries){
384                  rbytes = stats[i].dk_rbytes;
385                  wbytes = stats[i].dk_wbytes;
386   #else
387 <                /* Before 1.6.1, NetBSD merged reads and writes. */
387 >                /* Before 1.7, NetBSD merged reads and writes. */
388                  rbytes = wbytes = stats[i].dk_bytes;
389   #endif
390  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines