mirror of
https://github.com/opnsense/src.git
synced 2026-06-13 10:40:19 -04:00
Killed a few gratuitous #include's.
This commit is contained in:
parent
fc370289ab
commit
079cc25b11
3 changed files with 4 additions and 8 deletions
|
|
@ -36,7 +36,7 @@
|
|||
* SUCH DAMAGE.
|
||||
*
|
||||
* @(#)kern_descrip.c 8.6 (Berkeley) 4/19/94
|
||||
* $Id: kern_descrip.c,v 1.10 1995/05/30 08:05:21 rgrimes Exp $
|
||||
* $Id: kern_descrip.c,v 1.11 1995/10/08 00:06:00 swallace Exp $
|
||||
*/
|
||||
|
||||
#include <sys/param.h>
|
||||
|
|
@ -52,10 +52,8 @@
|
|||
#include <sys/ioctl.h>
|
||||
#include <sys/fcntl.h>
|
||||
#include <sys/malloc.h>
|
||||
#include <sys/syslog.h>
|
||||
#include <sys/unistd.h>
|
||||
#include <sys/resourcevar.h>
|
||||
#include <vm/vm.h>
|
||||
|
||||
int finishdup(struct filedesc *fdp, int old, int new, int *retval);
|
||||
/*
|
||||
|
|
|
|||
|
|
@ -28,7 +28,7 @@
|
|||
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||
* SUCH DAMAGE.
|
||||
*
|
||||
* $Id: kern_exec.c,v 1.22 1995/08/24 10:32:37 davidg Exp $
|
||||
* $Id: kern_exec.c,v 1.23 1995/10/08 00:06:01 swallace Exp $
|
||||
*/
|
||||
|
||||
#include <sys/param.h>
|
||||
|
|
@ -37,7 +37,7 @@
|
|||
#include <sys/kernel.h>
|
||||
#include <sys/mount.h>
|
||||
#include <sys/filedesc.h>
|
||||
#include <sys/file.h>
|
||||
#include <sys/fcntl.h>
|
||||
#include <sys/acct.h>
|
||||
#include <sys/exec.h>
|
||||
#include <sys/imgact.h>
|
||||
|
|
|
|||
|
|
@ -54,18 +54,16 @@
|
|||
* functioning of this software, nor does the author assume any responsibility
|
||||
* for damages incurred with its use.
|
||||
*
|
||||
* $Id: subr_rlist.c,v 1.9 1995/03/16 18:12:41 bde Exp $
|
||||
* $Id: subr_rlist.c,v 1.10 1995/05/30 08:05:54 rgrimes Exp $
|
||||
*/
|
||||
|
||||
#include <sys/param.h>
|
||||
#include <sys/systm.h>
|
||||
#include <sys/cdefs.h>
|
||||
#include <sys/malloc.h>
|
||||
#include <sys/rlist.h>
|
||||
#include <sys/proc.h>
|
||||
#include <vm/vm.h>
|
||||
#include <vm/vm_kern.h>
|
||||
#include <vm/vm_map.h>
|
||||
|
||||
/*
|
||||
* Resource lists.
|
||||
|
|
|
|||
Loading…
Reference in a new issue