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

Comparing projects/libstatgrab/src/libstatgrab/network_stats.c (file contents):
Revision 1.18 by ats, Sun Oct 19 02:03:02 2003 UTC vs.
Revision 1.19 by ats, Fri Oct 24 17:03:20 2003 UTC

# Line 231 | Line 231 | network_stat_t *get_network_stats(int *entries){
231  
232   long long transfer_diff(long long new, long long old){
233   #if defined(SOL7) || defined(LINUX) || defined(FREEBSD)
234 < #define MAXVAL 4294967296
234 > #define MAXVAL 4294967296LL
235   #else
236 < #define MAXVAL 18446744073709551616
236 > #define MAXVAL 18446744073709551616LL
237   #endif
238          long long result;
239          if(new>=old){

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines