git: 0f1aa4543fbb - main - debugnet: don't include udp_var.h
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 12 Mar 2026 18:32:38 UTC
The branch main has been updated by glebius:
URL: https://cgit.FreeBSD.org/src/commit/?id=0f1aa4543fbb7a49c077b69fbb60945ce0c14367
commit 0f1aa4543fbb7a49c077b69fbb60945ce0c14367
Author: Gleb Smirnoff <glebius@FreeBSD.org>
AuthorDate: 2026-03-12 18:01:01 +0000
Commit: Gleb Smirnoff <glebius@FreeBSD.org>
CommitDate: 2026-03-12 18:32:29 +0000
debugnet: don't include udp_var.h
The module constructs UDP packets, but doesn't use the UDP stack.
---
sys/net/debugnet_inet.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/sys/net/debugnet_inet.c b/sys/net/debugnet_inet.c
index 1ca35e1faf73..eb228e326f99 100644
--- a/sys/net/debugnet_inet.c
+++ b/sys/net/debugnet_inet.c
@@ -52,7 +52,6 @@
#include <netinet/ip_var.h>
#include <netinet/ip_options.h>
#include <netinet/udp.h>
-#include <netinet/udp_var.h>
#include <machine/in_cksum.h>
#include <machine/pcb.h>