Date: Tue, 20 Aug 2024 12:43:49 GMT From: Konstantin Belousov <kib@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Subject: git: 4f4c34e9d6e1 - main - if_vlan.c: remove stray include of sys/cdefs.h Message-ID: <202408201243.47KChn7g054413@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by kib: URL: https://cgit.FreeBSD.org/src/commit/?id=4f4c34e9d6e1d496ac2c00d490c4218049375b4c commit 4f4c34e9d6e1d496ac2c00d490c4218049375b4c Author: Konstantin Belousov <kib@FreeBSD.org> AuthorDate: 2024-08-14 03:06:55 +0000 Commit: Konstantin Belousov <kib@FreeBSD.org> CommitDate: 2024-08-20 12:42:12 +0000 if_vlan.c: remove stray include of sys/cdefs.h Sponsored by: NVidia networking --- sys/net/if_vlan.c | 1 - 1 file changed, 1 deletion(-) diff --git a/sys/net/if_vlan.c b/sys/net/if_vlan.c index e2b32ac2e7de..4349a6c99291 100644 --- a/sys/net/if_vlan.c +++ b/sys/net/if_vlan.c @@ -42,7 +42,6 @@ * use by the real outgoing interface, and ask it to send them. */ -#include <sys/cdefs.h> #include "opt_inet.h" #include "opt_inet6.h" #include "opt_kern_tls.h"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202408201243.47KChn7g054413>