diff options
| author | Rozhuk Ivan <rozhuk.im@gmail.com> | 2022-10-26 12:37:57 +0000 |
|---|---|---|
| committer | Ed Maste <emaste@FreeBSD.org> | 2025-11-30 15:38:33 +0000 |
| commit | 14eb7ec7b7135ad1a3448590cbe70b1368b40ec7 (patch) | |
| tree | cea5cb1047e7717f5dc7d37eddc92464b00a690c | |
| parent | 493d26c58e732dcfcdd87993ef71880adfe9d0cb (diff) | |
aq(4): Remove #include of user header <unistd.h>
pause() has 2 different definition in unistd.h and sys/systm.h
| -rw-r--r-- | sys/dev/aq/aq_hw.c | 1 |
1 files changed, 0 insertions, 1 deletions
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> |
