summaryrefslogtreecommitdiffstats
path: root/sys/compat/linux/linux_misc.c
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1997-04-01 08:39:07 +0000
committerbde <bde@FreeBSD.org>1997-04-01 08:39:07 +0000
commit278256e73a2ea3636d2fda018e49ae7495bc6e08 (patch)
tree6865b944d7a55377a340bf37915f2f89441f0531 /sys/compat/linux/linux_misc.c
parentd6083d03a2f16f0add0411ba464174bd5100690c (diff)
downloadFreeBSD-src-278256e73a2ea3636d2fda018e49ae7495bc6e08.zip
FreeBSD-src-278256e73a2ea3636d2fda018e49ae7495bc6e08.tar.gz
Removed potentially harmful garbage <vm/lock.h> and fixed bogus
use of it. It was actually harmless because the use was null due to fortuitous include orders and identical (wrong) idempotency macros.
Diffstat (limited to 'sys/compat/linux/linux_misc.c')
-rw-r--r--sys/compat/linux/linux_misc.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/compat/linux/linux_misc.c b/sys/compat/linux/linux_misc.c
index 7d5bd59..9f88a75 100644
--- a/sys/compat/linux/linux_misc.c
+++ b/sys/compat/linux/linux_misc.c
@@ -25,7 +25,7 @@
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
- * $Id: linux_misc.c,v 1.25 1997/03/23 03:36:04 bde Exp $
+ * $Id: linux_misc.c,v 1.26 1997/03/24 11:24:30 bde Exp $
*/
#include <sys/param.h>
@@ -54,7 +54,6 @@
#include <vm/vm.h>
#include <vm/vm_param.h>
#include <vm/pmap.h>
-#include <vm/lock.h>
#include <vm/vm_kern.h>
#include <vm/vm_prot.h>
#include <vm/vm_map.h>
OpenPOWER on IntegriCloud