From d17db234f8334700568f8cbe46857a8ff1665422 Mon Sep 17 00:00:00 2001
From: Christoph Hellwig <hch@cloudius-systems.com>
Date: Fri, 17 May 2013 09:37:50 +0200
Subject: [PATCH] use <unistd.h> instead of <sys/unistd.h>

---
 bsd/sys/cddl/compat/opensolaris/sys/proc.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bsd/sys/cddl/compat/opensolaris/sys/proc.h b/bsd/sys/cddl/compat/opensolaris/sys/proc.h
index d33065aa5..8b69938a0 100644
--- a/bsd/sys/cddl/compat/opensolaris/sys/proc.h
+++ b/bsd/sys/cddl/compat/opensolaris/sys/proc.h
@@ -34,7 +34,7 @@
 #include <stdint.h>
 #include <sys/lock.h>
 #include <sys/mutex.h>
-#include <sys/unistd.h>
+#include <unistd.h>
 #include <sys/debug.h>
 #include <sys/kthread.h>
 
-- 
GitLab