Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 28 Nov 2023 08:40:45 GMT
From:      Emmanuel Vadot <manu@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 1148518afe43 - main - Revert "sys/mutex.h: Include sys/lock.h instead of sys/_lock.h"
Message-ID:  <202311280840.3AS8ejuX030319@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by manu:

URL: https://cgit.FreeBSD.org/src/commit/?id=1148518afe434d590c3a66aceb04ce509fe14708

commit 1148518afe434d590c3a66aceb04ce509fe14708
Author:     Emmanuel Vadot <manu@FreeBSD.org>
AuthorDate: 2023-11-28 08:39:59 +0000
Commit:     Emmanuel Vadot <manu@FreeBSD.org>
CommitDate: 2023-11-28 08:39:59 +0000

    Revert "sys/mutex.h: Include sys/lock.h instead of sys/_lock.h"
    
    This reverts commit 2a35f3cdf63d1f9b1ea5ab0174adabb631757210.
    
    Doesn't appears to be needed anymore and if it is at some point I'll
    fix the driver.
---
 sys/sys/mutex.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys/sys/mutex.h b/sys/sys/mutex.h
index 750a5e99679a..56c03a1b0be9 100644
--- a/sys/sys/mutex.h
+++ b/sys/sys/mutex.h
@@ -34,8 +34,8 @@
 #define _SYS_MUTEX_H_
 
 #include <sys/queue.h>
+#include <sys/_lock.h>
 #include <sys/_mutex.h>
-#include <sys/lock.h>
 
 #ifdef _KERNEL
 #include <sys/pcpu.h>



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