--- embedaddon/hping2/hping2.h 2012/02/21 22:11:37 1.1.1.1 +++ embedaddon/hping2/hping2.h 2021/03/17 20:29:11 1.1.1.1.4.1.2.1 @@ -8,7 +8,7 @@ * $rev: 9$ */ -/* $Id: hping2.h,v 1.1.1.1 2012/02/21 22:11:37 misho Exp $ */ +/* $Id: hping2.h,v 1.1.1.1.4.1.2.1 2021/03/17 20:29:11 misho Exp $ */ #ifndef _HPING2_H #define _HPING2_H @@ -16,7 +16,6 @@ #include #include #include -#include "byteorder.h" #include "systype.h" #ifdef __sun__ @@ -360,7 +359,7 @@ struct delaytable_element { int status; }; -volatile struct delaytable_element delaytable[TABLESIZE]; +extern volatile struct delaytable_element delaytable[TABLESIZE]; /* protos */ void nop(void); /* nop */