git: ab8f59ceaf70 - main - rack: don't define TCPOUTFLAGS
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 14 Mar 2024 04:08:37 UTC
The branch main has been updated by glebius:
URL: https://cgit.FreeBSD.org/src/commit/?id=ab8f59ceaf7028d4e420820deeac180b4f743524
commit ab8f59ceaf7028d4e420820deeac180b4f743524
Author: Gleb Smirnoff <glebius@FreeBSD.org>
AuthorDate: 2024-03-14 04:07:59 +0000
Commit: Gleb Smirnoff <glebius@FreeBSD.org>
CommitDate: 2024-03-14 04:07:59 +0000
rack: don't define TCPOUTFLAGS
as the code doesn't use tcp_outflags. This should fix gcc builds.
---
sys/netinet/tcp_stacks/rack_pcm.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/sys/netinet/tcp_stacks/rack_pcm.c b/sys/netinet/tcp_stacks/rack_pcm.c
index be3028837c44..09e90da88895 100644
--- a/sys/netinet/tcp_stacks/rack_pcm.c
+++ b/sys/netinet/tcp_stacks/rack_pcm.c
@@ -85,7 +85,6 @@
#include <netinet6/in6_pcb.h>
#include <netinet6/ip6_var.h>
#include <netinet/tcp.h>
-#define TCPOUTFLAGS
#include <netinet/tcp_fsm.h>
#include <netinet/tcp_seq.h>
#include <netinet/tcp_timer.h>