mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-12-23 18:14:56 +01:00
Removed unused #include of <sys/malloc.h>. This file now uses only
zalloc(). Many more cases like this are probably obscured by not including <vm/zone.h> explicitly (it is spammed into <sys/malloc.h>).
This commit is contained in:
parent
494bc6f09d
commit
fe0dd4acd3
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=31252
@ -61,7 +61,7 @@
|
||||
* any improvements or extensions that they make and grant Carnegie the
|
||||
* rights to redistribute these changes.
|
||||
*
|
||||
* $Id: vm_object.c,v 1.99 1997/10/24 23:41:00 dyson Exp $
|
||||
* $Id: vm_object.c,v 1.100 1997/11/07 09:21:00 phk Exp $
|
||||
*/
|
||||
|
||||
/*
|
||||
@ -71,7 +71,6 @@
|
||||
#include <sys/param.h>
|
||||
#include <sys/systm.h>
|
||||
#include <sys/proc.h> /* for curproc, pageproc */
|
||||
#include <sys/malloc.h>
|
||||
#include <sys/vnode.h>
|
||||
#include <sys/vmmeter.h>
|
||||
#include <sys/mman.h>
|
||||
|
Loading…
Reference in New Issue
Block a user