The branch main has been updated by emaste:

URL: 
https://cgit.FreeBSD.org/src/commit/?id=14eb7ec7b7135ad1a3448590cbe70b1368b40ec7

commit 14eb7ec7b7135ad1a3448590cbe70b1368b40ec7
Author:     Rozhuk Ivan <[email protected]>
AuthorDate: 2022-10-26 12:37:57 +0000
Commit:     Ed Maste <[email protected]>
CommitDate: 2025-11-30 15:38:33 +0000

    aq(4): Remove #include of user header <unistd.h>
    
    pause() has 2 different definition in unistd.h and sys/systm.h
---
 sys/dev/aq/aq_hw.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/sys/dev/aq/aq_hw.c b/sys/dev/aq/aq_hw.c
index 3b1764477369..f5f84203588c 100644
--- a/sys/dev/aq/aq_hw.c
+++ b/sys/dev/aq/aq_hw.c
@@ -32,7 +32,6 @@
  * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  */
 
-#include <unistd.h>
 #include <sys/endian.h>
 #include <sys/param.h>
 #include <sys/systm.h>

Reply via email to