Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 1 Mar 2023 08:43:10 GMT
From:      Dmitry Chagin <dchagin@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: 9e963bd8e7b7 - stable/13 - linux(4): Cleanup sys/sysctl.h from linux_misc.h
Message-ID:  <202303010843.3218hAaW028504@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch stable/13 has been updated by dchagin:

URL: https://cgit.FreeBSD.org/src/commit/?id=9e963bd8e7b71010e88b7be38158d6acaa2c4c9f

commit 9e963bd8e7b71010e88b7be38158d6acaa2c4c9f
Author:     Dmitry Chagin <dchagin@FreeBSD.org>
AuthorDate: 2023-02-14 14:46:32 +0000
Commit:     Dmitry Chagin <dchagin@FreeBSD.org>
CommitDate: 2023-03-01 08:42:34 +0000

    linux(4): Cleanup sys/sysctl.h from linux_misc.h
    
    Leftover after c5156c77 (r374538).
    
    MFC after:              2 weeks
    
    (cherry picked from commit e2028292e54a4541d1e80159c78516a0b3332e0c)
---
 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?202303010843.3218hAaW028504>