aboutsummaryrefslogtreecommitdiff
path: root/sys/boot/ofw/libofw
diff options
context:
space:
mode:
authorPedro F. Giffuni <pfg@FreeBSD.org>2017-02-22 02:35:59 +0000
committerPedro F. Giffuni <pfg@FreeBSD.org>2017-02-22 02:35:59 +0000
commite099b90b801b7e0986874ba7dd4ff8bd9cf3e3b3 (patch)
tree04b8e98cf3194069224bd53565bef10185a73980 /sys/boot/ofw/libofw
parentdae82c37b0ad3717b17b39421c03bd278ce6258f (diff)
Notes
Diffstat (limited to 'sys/boot/ofw/libofw')
-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 {