summaryrefslogtreecommitdiffstats
path: root/iv/orodja/ldmitm/tcp_times.c
diff options
context:
space:
mode:
authorAnton Luka Šijanec <anton@sijanec.eu>2024-09-01 00:15:18 +0200
committerAnton Luka Šijanec <anton@sijanec.eu>2024-09-01 00:15:18 +0200
commitb94bef6e820fec0ffde7971d3134d5738c1521d1 (patch)
tree2ae275e51629ae9979a7303f5605bb4988b30234 /iv/orodja/ldmitm/tcp_times.c
parenthacker gets hacked, double fdput vuln (diff)
downloadr-b94bef6e820fec0ffde7971d3134d5738c1521d1.tar
r-b94bef6e820fec0ffde7971d3134d5738c1521d1.tar.gz
r-b94bef6e820fec0ffde7971d3134d5738c1521d1.tar.bz2
r-b94bef6e820fec0ffde7971d3134d5738c1521d1.tar.lz
r-b94bef6e820fec0ffde7971d3134d5738c1521d1.tar.xz
r-b94bef6e820fec0ffde7971d3134d5738c1521d1.tar.zst
r-b94bef6e820fec0ffde7971d3134d5738c1521d1.zip
Diffstat (limited to '')
-rw-r--r--iv/orodja/ldmitm/tcp_times.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/iv/orodja/ldmitm/tcp_times.c b/iv/orodja/ldmitm/tcp_times.c
index 082d2d8..02a067a 100644
--- a/iv/orodja/ldmitm/tcp_times.c
+++ b/iv/orodja/ldmitm/tcp_times.c
@@ -28,7 +28,6 @@ if (ioctl(tcp_times, 0, &tt) == -1) {
#include <linux/tcp.h>
#include <linux/version.h>
#include "tcp_times.h"
-#define MIN(a,b) (((a)<(b))?(a):(b))
MODULE_AUTHOR("Anton Luka Šijanec <anton@sijanec.eu>");
MODULE_DESCRIPTION("tcp last received tsval, rtt procfs ioctl driver");
MODULE_LICENSE("");