Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37510555
en ru br
ALT Linux repos
S:0.0.20051105-alt7
5.0: 0.0.20051105-alt3
4.1: 0.0.20051105-alt3
4.0: 0.0.20051105-alt2

Group :: Security/Networking
RPM: hping3

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Patch: hping3-20051105-fix-build-with-gcc10.patch
Download


diff --git a/hping3/hping2.h b/hping3/hping2.h
index 70e2035..3766e1d 100644
--- a/hping3/hping2.h
+++ b/hping3/hping2.h
@@ -353,7 +353,7 @@ struct delaytable_element {
 	int status;
 };
 
-volatile struct delaytable_element delaytable[TABLESIZE];
+extern volatile struct delaytable_element delaytable[TABLESIZE];
 
 /* protos */
 void	nop(void);				/* nop */
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin