summaryrefslogtreecommitdiff
path: root/net-analyzer/hping/files/hping-3_pre20141226-indent.patch
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-09-21 18:00:10 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-09-21 18:00:10 +0100
commit265dbe5dbc14c199299496c6db8fce3f76647015 (patch)
treeab18b5617d138f6684566b619405090989d55a2c /net-analyzer/hping/files/hping-3_pre20141226-indent.patch
parent586819755b4dbfdffdc8a725ab7c0f86095b8489 (diff)
gentoo resync : 21.09.2018
Diffstat (limited to 'net-analyzer/hping/files/hping-3_pre20141226-indent.patch')
-rw-r--r--net-analyzer/hping/files/hping-3_pre20141226-indent.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/net-analyzer/hping/files/hping-3_pre20141226-indent.patch b/net-analyzer/hping/files/hping-3_pre20141226-indent.patch
new file mode 100644
index 000000000000..1f8952d1b3b7
--- /dev/null
+++ b/net-analyzer/hping/files/hping-3_pre20141226-indent.patch
@@ -0,0 +1,13 @@
+--- a/rtt.c
++++ b/rtt.c
+@@ -45,8 +45,8 @@
+ tablepos = i;
+ break;
+ }
+- if (i != TABLESIZE)
+- *seqp = delaytable[i].seq;
++ if (i != TABLESIZE)
++ *seqp = delaytable[i].seq;
+ }
+
+ if (tablepos != -1)