summaryrefslogtreecommitdiffstats
path: root/sys/i386/linux/imgact_linux.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/i386/linux/imgact_linux.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/i386/linux/imgact_linux.c')
-rw-r--r--sys/i386/linux/imgact_linux.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/i386/linux/imgact_linux.c b/sys/i386/linux/imgact_linux.c
index 2d01d1d..2351c84 100644
--- a/sys/i386/linux/imgact_linux.c
+++ b/sys/i386/linux/imgact_linux.c
@@ -28,7 +28,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$
+ * $Id: imgact_linux.c,v 1.20 1997/02/22 09:38:18 peter Exp $
*/
#ifndef LKM
@@ -51,7 +51,6 @@
#include <vm/vm_kern.h>
#include <vm/vm_param.h>
#include <vm/pmap.h>
-#include <vm/lock.h>
#include <vm/vm_map.h>
#include <vm/vm_prot.h>
#include <vm/vm_extern.h>
OpenPOWER on IntegriCloud