These now need sys/prot.h
This commit is contained in:
parent
a72d93045f
commit
049a22a9db
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: linux_misc.c,v 1.178 2007/06/04 21:02:22 dsl Exp $ */
|
||||
/* $NetBSD: linux_misc.c,v 1.179 2007/06/23 09:09:56 dsl Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (c) 1995, 1998, 1999 The NetBSD Foundation, Inc.
|
||||
@ -64,7 +64,7 @@
|
||||
*/
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
__KERNEL_RCSID(0, "$NetBSD: linux_misc.c,v 1.178 2007/06/04 21:02:22 dsl Exp $");
|
||||
__KERNEL_RCSID(0, "$NetBSD: linux_misc.c,v 1.179 2007/06/23 09:09:56 dsl Exp $");
|
||||
|
||||
#if defined(_KERNEL_OPT)
|
||||
#include "opt_ptrace.h"
|
||||
@ -84,6 +84,7 @@ __KERNEL_RCSID(0, "$NetBSD: linux_misc.c,v 1.178 2007/06/04 21:02:22 dsl Exp $")
|
||||
#include <sys/mbuf.h>
|
||||
#include <sys/mman.h>
|
||||
#include <sys/mount.h>
|
||||
#include <sys/prot.h>
|
||||
#include <sys/reboot.h>
|
||||
#include <sys/resource.h>
|
||||
#include <sys/resourcevar.h>
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: linux_misc_notalpha.c,v 1.92 2007/05/12 17:28:19 dsl Exp $ */
|
||||
/* $NetBSD: linux_misc_notalpha.c,v 1.93 2007/06/23 09:09:56 dsl Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (c) 1995, 1998 The NetBSD Foundation, Inc.
|
||||
@ -38,7 +38,7 @@
|
||||
*/
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
__KERNEL_RCSID(0, "$NetBSD: linux_misc_notalpha.c,v 1.92 2007/05/12 17:28:19 dsl Exp $");
|
||||
__KERNEL_RCSID(0, "$NetBSD: linux_misc_notalpha.c,v 1.93 2007/06/23 09:09:56 dsl Exp $");
|
||||
|
||||
#include <sys/param.h>
|
||||
#include <sys/systm.h>
|
||||
@ -49,6 +49,7 @@ __KERNEL_RCSID(0, "$NetBSD: linux_misc_notalpha.c,v 1.92 2007/05/12 17:28:19 dsl
|
||||
#include <sys/mbuf.h>
|
||||
#include <sys/namei.h>
|
||||
#include <sys/proc.h>
|
||||
#include <sys/prot.h>
|
||||
#include <sys/ptrace.h>
|
||||
#include <sys/resource.h>
|
||||
#include <sys/resourcevar.h>
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: osf1_prot.c,v 1.10 2007/02/09 21:55:23 ad Exp $ */
|
||||
/* $NetBSD: osf1_prot.c,v 1.11 2007/06/23 09:09:56 dsl Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 1999 Christopher G. Demetriou. All rights reserved.
|
||||
@ -58,11 +58,12 @@
|
||||
*/
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
__KERNEL_RCSID(0, "$NetBSD: osf1_prot.c,v 1.10 2007/02/09 21:55:23 ad Exp $");
|
||||
__KERNEL_RCSID(0, "$NetBSD: osf1_prot.c,v 1.11 2007/06/23 09:09:56 dsl Exp $");
|
||||
|
||||
#include <sys/param.h>
|
||||
#include <sys/systm.h>
|
||||
#include <sys/proc.h>
|
||||
#include <sys/prot.h>
|
||||
#include <sys/mount.h>
|
||||
#include <sys/syscallargs.h>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user