git: e9ace6e8f8fb - main - net/if_lagg.c: remove stray include is sys/cdefs.h
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 20 Aug 2024 12:43:53 UTC
The branch main has been updated by kib: URL: https://cgit.FreeBSD.org/src/commit/?id=e9ace6e8f8fb69cbc4973bc2d3ae1b4088cc49dd commit e9ace6e8f8fb69cbc4973bc2d3ae1b4088cc49dd Author: Konstantin Belousov <kib@FreeBSD.org> AuthorDate: 2024-08-15 03:34:58 +0000 Commit: Konstantin Belousov <kib@FreeBSD.org> CommitDate: 2024-08-20 12:42:13 +0000 net/if_lagg.c: remove stray include is sys/cdefs.h Sponsored by: NVidia networking --- sys/net/if_lagg.c | 1 - 1 file changed, 1 deletion(-) diff --git a/sys/net/if_lagg.c b/sys/net/if_lagg.c index 2f558fba32de..988f23fc029c 100644 --- a/sys/net/if_lagg.c +++ b/sys/net/if_lagg.c @@ -18,7 +18,6 @@ * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -#include <sys/cdefs.h> #include "opt_inet.h" #include "opt_inet6.h" #include "opt_kern_tls.h"