Delete a couple of <uvm/uvm_extern.h> includes that were for

<sys/sysctl.h> only.
This commit is contained in:
simonb 2000-07-22 16:11:02 +00:00
parent 8b8a7d2c39
commit da251cb08f
3 changed files with 3 additions and 8 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: sysv_msg.c,v 1.31 2000/06/27 17:41:37 mrg Exp $ */
/* $NetBSD: sysv_msg.c,v 1.32 2000/07/22 16:11:02 simonb Exp $ */
/*-
* Copyright (c) 1999 The NetBSD Foundation, Inc.
@ -61,7 +61,6 @@
#include <sys/param.h>
#include <sys/kernel.h>
#include <sys/msg.h>
#include <uvm/uvm_extern.h> /* XXX for <sys/sysctl.h> */
#include <sys/sysctl.h>
#include <sys/mount.h> /* XXX for <sys/syscallargs.h> */
#include <sys/syscallargs.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: sysv_sem.c,v 1.39 2000/06/27 17:41:38 mrg Exp $ */
/* $NetBSD: sysv_sem.c,v 1.40 2000/07/22 16:11:02 simonb Exp $ */
/*-
* Copyright (c) 1999 The NetBSD Foundation, Inc.
@ -50,7 +50,6 @@
#include <sys/param.h>
#include <sys/kernel.h>
#include <sys/sem.h>
#include <uvm/uvm_extern.h> /* XXX for <sys/sysctl.h> */
#include <sys/sysctl.h>
#include <sys/mount.h> /* XXX for <sys/syscallargs.h> */
#include <sys/syscallargs.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: sysv_shm.c,v 1.57 2000/06/27 17:41:40 mrg Exp $ */
/* $NetBSD: sysv_shm.c,v 1.58 2000/07/22 16:11:03 simonb Exp $ */
/*-
* Copyright (c) 1999 The NetBSD Foundation, Inc.
@ -76,9 +76,6 @@
#include <sys/malloc.h>
#include <sys/mman.h>
#include <sys/stat.h>
#include <uvm/uvm_extern.h>
#include <sys/sysctl.h>
#include <sys/mount.h> /* XXX for <sys/syscallargs.h> */
#include <sys/syscallargs.h>