git: e505c1140a92 - stable/13 - freebsd32: Remove unused umtx.h include.
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 17 Jun 2022 19:37:18 UTC
The branch stable/13 has been updated by dchagin:
URL: https://cgit.FreeBSD.org/src/commit/?id=e505c1140a92dc23480b751b97ea5ea46c63dd6f
commit e505c1140a92dc23480b751b97ea5ea46c63dd6f
Author: Dmitry Chagin <dchagin@FreeBSD.org>
AuthorDate: 2021-07-29 09:40:08 +0000
Commit: Dmitry Chagin <dchagin@FreeBSD.org>
CommitDate: 2022-06-17 19:33:15 +0000
freebsd32: Remove unused umtx.h include.
Differential Revision: https://reviews.freebsd.org/D31246
MFC after: 2 weeks
(cherry picked from commit 3c886cb6917f1ff89e5756916cc0ff011e22c74d)
---
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 d213cf8a26a5..6c79146d24c9 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>