1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-02-08 00:02:00 +00:00

Renamed M_KERNEL to a more appropriate M_USE_RESERVE.

This commit is contained in:
Matthew Dillon 1999-01-21 09:23:21 +00:00
parent 8618c644e4
commit fa70685a6c
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=42962

View File

@ -31,7 +31,7 @@
* SUCH DAMAGE.
*
* @(#)malloc.h 8.5 (Berkeley) 5/3/95
* $Id: malloc.h,v 1.38 1998/11/10 08:46:24 peter Exp $
* $Id: malloc.h,v 1.39 1999/01/21 08:29:08 dillon Exp $
*/
#ifndef _SYS_MALLOC_H_