Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 1 Mar 2023 08:43:04 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: ff193c9bd91e - stable/13 - linux(4): Cleanup sys/queue.h from linux.h
Message-ID:  <202303010843.3218h4bD028402@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=ff193c9bd91e862df173c3b21b0c5500b4c27439

commit ff193c9bd91e862df173c3b21b0c5500b4c27439
Author:     Dmitry Chagin <dchagin@FreeBSD.org>
AuthorDate: 2023-02-14 14:46:31 +0000
Commit:     Dmitry Chagin <dchagin@FreeBSD.org>
CommitDate: 2023-03-01 08:41:50 +0000

    linux(4): Cleanup sys/queue.h from linux.h
    
    Leftover after converting futexes to the umtx API.
    
    NFC after:              2 weeks
    
    (cherry picked from commit 007986714c78c8e087038fb05442f17da1171bfa)
---
 sys/compat/linux/linux.h | 2 --
 1 file changed, 2 deletions(-)

diff --git a/sys/compat/linux/linux.h b/sys/compat/linux/linux.h
index a8cdab07a70b..055d8e3b9cf6 100644
--- a/sys/compat/linux/linux.h
+++ b/sys/compat/linux/linux.h
@@ -28,8 +28,6 @@
 #ifndef _LINUX_MI_H_
 #define _LINUX_MI_H_
 
-#include <sys/queue.h>
-
 /*
  * Private Brandinfo flags
  */



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