aboutsummaryrefslogtreecommitdiff
path: root/sys/boot/ofw/libofw/ofw_memory.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/boot/ofw/libofw/ofw_memory.c')
-rw-r--r--sys/boot/ofw/libofw/ofw_memory.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/boot/ofw/libofw/ofw_memory.c b/sys/boot/ofw/libofw/ofw_memory.c
index 60cc90457bcb..5616184e8080 100644
--- a/sys/boot/ofw/libofw/ofw_memory.c
+++ b/sys/boot/ofw/libofw/ofw_memory.c
@@ -35,7 +35,7 @@ __FBSDID("$FreeBSD$");
#include "libofw.h"
#include "openfirm.h"
-static void *heap_base = 0;
+static void *heap_base = NULL;
static unsigned int heap_size = 0;
struct ofw_mapping {