git: cb1fab08e956 - main - linprocfs(5): Remove sys/cdefs.h inclusion where it's not needed due to 685dc743
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 18 Aug 2023 10:12:25 UTC
The branch main has been updated by dchagin:
URL: https://cgit.FreeBSD.org/src/commit/?id=cb1fab08e956ee369d62ce66898198805c652836
commit cb1fab08e956ee369d62ce66898198805c652836
Author: Dmitry Chagin <dchagin@FreeBSD.org>
AuthorDate: 2023-08-18 10:12:02 +0000
Commit: Dmitry Chagin <dchagin@FreeBSD.org>
CommitDate: 2023-08-18 10:12:02 +0000
linprocfs(5): Remove sys/cdefs.h inclusion where it's not needed due to 685dc743
---
sys/compat/linprocfs/linprocfs.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/sys/compat/linprocfs/linprocfs.c b/sys/compat/linprocfs/linprocfs.c
index 856e5aca07d6..cc628d29247a 100644
--- a/sys/compat/linprocfs/linprocfs.c
+++ b/sys/compat/linprocfs/linprocfs.c
@@ -43,7 +43,6 @@
#include "opt_inet.h"
-#include <sys/cdefs.h>
#include <sys/param.h>
#include <sys/queue.h>
#include <sys/blist.h>