git: 3c886cb6917f - main - freebsd32: Remove unused umtx.h include.

Dmitry Chagin dchagin at FreeBSD.org
Thu Jul 29 09:46:04 UTC 2021


The branch main has been updated by dchagin:

URL: https://cgit.FreeBSD.org/src/commit/?id=3c886cb6917f1ff89e5756916cc0ff011e22c74d

commit 3c886cb6917f1ff89e5756916cc0ff011e22c74d
Author:     Dmitry Chagin <dchagin at FreeBSD.org>
AuthorDate: 2021-07-29 09:40:08 +0000
Commit:     Dmitry Chagin <dchagin at FreeBSD.org>
CommitDate: 2021-07-29 09:40:08 +0000

    freebsd32: Remove unused umtx.h include.
    
    Differential Revision:  https://reviews.freebsd.org/D31246
    MFC after:              2 weeks
---
 sys/compat/freebsd32/freebsd32_misc.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/sys/compat/freebsd32/freebsd32_misc.c b/sys/compat/freebsd32/freebsd32_misc.c
index 950631352f12..99154f41820f 100644
--- a/sys/compat/freebsd32/freebsd32_misc.c
+++ b/sys/compat/freebsd32/freebsd32_misc.c
@@ -85,7 +85,6 @@ __FBSDID("$FreeBSD$");
 #include <sys/timex.h>
 #include <sys/unistd.h>
 #include <sys/ucontext.h>
-#include <sys/umtx.h>
 #include <sys/vnode.h>
 #include <sys/wait.h>
 #include <sys/ipc.h>


More information about the dev-commits-src-all mailing list