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.29 by pajs, Fri Feb 13 14:39:34 2004 UTC vs.
Revision 1.30 by pajs, Fri Feb 13 14:41:05 2004 UTC

# Line 474 | Line 474 | network_iface_stat_t *get_network_iface_stats(int *ent
474                  ifaces++;
475          }      
476          freeifaddrs(net);
477 +        close(s);
478   #endif
479  
480   #ifdef SOLARIS
# Line 583 | Line 584 | network_iface_stat_t *get_network_iface_stats(int *ent
584                  }
585                  ifaces++;
586          }
587 <
587 >        close(sock);
588          free(eth_tool_cmd_buf);
589   #endif
590          *entries = ifaces;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines