Diff for /embedaddon/miniupnpd/solaris/getifstats.c between versions 1.1.1.1 and 1.1.1.2

version 1.1.1.1, 2012/02/21 23:16:02 version 1.1.1.2, 2013/07/22 00:32:35
Line 14 Line 14
   
 #include "../getifstats.h"  #include "../getifstats.h"
   
int int
 getifstats(const char * ifname, struct ifdata * data)  getifstats(const char * ifname, struct ifdata * data)
 {  {
         char buffer[64], *s;          char buffer[64], *s;

Removed from v.1.1.1.1  
changed lines
  Added in v.1.1.1.2


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>