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.70 by ats, Sun Nov 7 12:30:54 2004 UTC vs.
Revision 1.71 by ats, Mon Nov 8 08:07:25 2004 UTC

# Line 695 | Line 695 | sg_network_iface_stats *sg_get_network_iface_stats(int
695          close(sock);
696          fclose(f);
697   #endif
698 + #ifdef CYGWIN
699 +        sg_set_error(SG_ERROR_UNSUPPORTED, "Cygwin");
700 +        return NULL;
701 + #endif
702 + #ifdef HPUX
703 +        sg_set_error(SG_ERROR_UNSUPPORTED, "HP-UX");
704 +        return NULL;
705 + #endif
706 +
707          *entries = ifaces;
708          return network_iface_stats;
709   }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines