From 5ad820458efd0fdb914baff9c1447c22b819fa23 Mon Sep 17 00:00:00 2001 From: nd150628 Date: Tue, 3 Oct 2006 15:01:10 -0700 Subject: 6463348 ZFS code could be more portable --- usr/src/common/avl/avl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usr/src/common/avl/avl.c') diff --git a/usr/src/common/avl/avl.c b/usr/src/common/avl/avl.c index 7e035b8580..7403e81301 100644 --- a/usr/src/common/avl/avl.c +++ b/usr/src/common/avl/avl.c @@ -261,7 +261,7 @@ avl_find(avl_tree_t *tree, void *value, avl_index_t *where) if (diff == 0) { #ifdef DEBUG if (where != NULL) - *where = NULL; + *where = 0; #endif return (AVL_NODE2DATA(node, off)); } -- cgit v1.2.3