git: 37c6c4daae15 - stable/14 - epair: don't include if_var.h twice
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 05 Sep 2025 22:26:25 UTC
The branch stable/14 has been updated by tuexen:
URL: https://cgit.FreeBSD.org/src/commit/?id=37c6c4daae1538cd623971bdef1caea3cbb90d54
commit 37c6c4daae1538cd623971bdef1caea3cbb90d54
Author: Michael Tuexen <tuexen@FreeBSD.org>
AuthorDate: 2025-08-26 12:19:37 +0000
Commit: Michael Tuexen <tuexen@FreeBSD.org>
CommitDate: 2025-09-05 22:26:10 +0000
epair: don't include if_var.h twice
Sponsored by: Netflix, Inc.
(cherry picked from commit f5dbf1b1c725da226fd45937decb5a5652ac1422)
---
sys/net/if_epair.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/sys/net/if_epair.c b/sys/net/if_epair.c
index 7051e31565d4..988930998dad 100644
--- a/sys/net/if_epair.c
+++ b/sys/net/if_epair.c
@@ -66,7 +66,6 @@
#include <net/if_var.h>
#include <net/if_clone.h>
#include <net/if_media.h>
-#include <net/if_var.h>
#include <net/if_private.h>
#include <net/if_types.h>
#include <net/netisr.h>