Diff for /embedaddon/iftop/dlcommon.c between versions 1.1.1.1 and 1.1.1.2

version 1.1.1.1, 2012/02/21 16:57:34 version 1.1.1.2, 2016/10/18 14:04:50
Line 25  typedef unsigned long ulong; Line 25  typedef unsigned long ulong;
 #include        <sys/dlpi.h>  #include        <sys/dlpi.h>
 #include        <sys/signal.h>  #include        <sys/signal.h>
 #include        <stdio.h>  #include        <stdio.h>
   #include        <stdlib.h>
 #include        <string.h>  #include        <string.h>
 #include        "dlcommon.h"  #include        "dlcommon.h"
   
Line 462  char *bufp; Line 463  char *bufp;
                 err("dlphysaddrack:  short response ctl.len:  %d", ctl.len);                  err("dlphysaddrack:  short response ctl.len:  %d", ctl.len);
 }  }
   
static voidvoid
 sigalrm()  sigalrm()
 {  {
         (void) err("sigalrm:  TIMEOUT");          (void) err("sigalrm:  TIMEOUT");

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


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