Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 14 Feb 2023 14:47:21 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: e2028292e54a - main - linux(4): Cleanup sys/sysctl.h from linux_misc.h
Message-ID:  <202302141447.31EElL68072484@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=e2028292e54a4541d1e80159c78516a0b3332e0c

commit e2028292e54a4541d1e80159c78516a0b3332e0c
Author:     Dmitry Chagin <dchagin@FreeBSD.org>
AuthorDate: 2023-02-14 14:46:32 +0000
Commit:     Dmitry Chagin <dchagin@FreeBSD.org>
CommitDate: 2023-02-14 14:46:32 +0000

    linux(4): Cleanup sys/sysctl.h from linux_misc.h
    
    Leftover after c5156c77 (r374538).
    
    MFC after:              2 weeks
---
 sys/compat/linux/linux_misc.h | 2 --
 1 file changed, 2 deletions(-)

diff --git a/sys/compat/linux/linux_misc.h b/sys/compat/linux/linux_misc.h
index 7a8073539e87..96fcfcbf52b9 100644
--- a/sys/compat/linux/linux_misc.h
+++ b/sys/compat/linux/linux_misc.h
@@ -31,8 +31,6 @@
 #ifndef _LINUX_MISC_H_
 #define	_LINUX_MISC_H_
 
-#include <sys/sysctl.h>
-
 #define	LINUX_MAX_PID_NS_LEVEL	32
 
 				/* bits per mask */



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