Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 762163
Collapse All | Expand All

(-)a/src/linux.cc (+2 lines)
Lines 667-672 Link Here
667
  }
667
  }
668
}
668
}
669
669
670
#ifdef BUILD_IPV6
670
void update_ipv6_net_stats() {
671
void update_ipv6_net_stats() {
671
  FILE *file;
672
  FILE *file;
672
  char v6addr[33];
673
  char v6addr[33];
Lines 731-736 Link Here
731
732
732
  fclose(file);
733
  fclose(file);
733
}
734
}
735
#endif /* BUILD_IPV6 */
734
736
735
/**
737
/**
736
 * Parses information from /proc/net/dev and stores them in ???
738
 * Parses information from /proc/net/dev and stores them in ???

Return to bug 762163