Diff for /embedaddon/hping2/hping2.h between versions 1.1.1.1 and 1.1.1.1.4.1.2.1

version 1.1.1.1, 2012/02/21 22:11:37 version 1.1.1.1.4.1.2.1, 2021/03/17 20:29:11
Line 16 Line 16
 #include <sys/types.h>  #include <sys/types.h>
 #include <sys/socket.h>  #include <sys/socket.h>
 #include <netinet/in.h>  #include <netinet/in.h>
 #include "byteorder.h"  
 #include "systype.h"  #include "systype.h"
   
 #ifdef __sun__  #ifdef __sun__
Line 360  struct delaytable_element { Line 359  struct delaytable_element {
         int status;          int status;
 };  };
   
volatile struct delaytable_element delaytable[TABLESIZE];extern volatile struct delaytable_element delaytable[TABLESIZE];
   
 /* protos */  /* protos */
 void    nop(void);                              /* nop */  void    nop(void);                              /* nop */

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


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