Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 18 Aug 2023 10:12:25 GMT
From:      Dmitry Chagin <dchagin@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: cb1fab08e956 - main - linprocfs(5): Remove sys/cdefs.h inclusion where it's not needed due to 685dc743
Message-ID:  <202308181012.37IACPqo017064@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202308181012.37IACPqo017064>