From a323bae23bade8390f31081ee3d569044c37e42f Mon Sep 17 00:00:00 2001 From: pooka Date: Mon, 5 Jan 2009 21:46:47 +0000 Subject: [PATCH] 5.99.6: kernel malloc symbol name is now kern_malloc --- sys/sys/param.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/sys/param.h b/sys/sys/param.h index 0e258d5fc7ba..b75718492d56 100644 --- a/sys/sys/param.h +++ b/sys/sys/param.h @@ -1,4 +1,4 @@ -/* $NetBSD: param.h,v 1.335 2008/12/09 20:48:52 pooka Exp $ */ +/* $NetBSD: param.h,v 1.336 2009/01/05 21:46:47 pooka Exp $ */ /*- * Copyright (c) 1982, 1986, 1989, 1993 @@ -63,7 +63,7 @@ * 2.99.9 (299000900) */ -#define __NetBSD_Version__ 599000500 /* NetBSD 5.99.5 */ +#define __NetBSD_Version__ 599000600 /* NetBSD 5.99.6 */ #define __NetBSD_Prereq__(M,m,p) (((((M) * 100000000) + \ (m) * 1000000) + (p) * 100) <= __NetBSD_Version__)