From ae0b27e9d18030b99696c2e268785bfb56b7a38f Mon Sep 17 00:00:00 2001
From: Christoph Hellwig <hch@cloudius-systems.com>
Date: Sun, 31 Mar 2013 19:35:38 +0200
Subject: [PATCH] don't include <sys/time.h> from BSD <sys/param.h> to avoid
 include loops

---
 bsd/sys/sys/param.h | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/bsd/sys/sys/param.h b/bsd/sys/sys/param.h
index 29da1e1a7..bdbd60d6e 100644
--- a/bsd/sys/sys/param.h
+++ b/bsd/sys/sys/param.h
@@ -109,9 +109,6 @@
 #ifdef _KERNEL
 #include <sys/cdefs.h>
 #include <sys/errno.h>
-#ifndef LOCORE
-#include <sys/time.h>
-#endif
 
 #ifndef FALSE
 #define	FALSE	0
-- 
GitLab