usr/src/cmd/zdb/zdb.c
changeset 3361 a3d194896a76
parent 3060 6907ecf5a438
child 3444 dc160a70a50d
--- a/usr/src/cmd/zdb/zdb.c	Thu Jan 04 10:03:42 2007 -0800
+++ b/usr/src/cmd/zdb/zdb.c	Thu Jan 04 10:57:21 2007 -0800
@@ -19,7 +19,7 @@
  * CDDL HEADER END
  */
 /*
- * Copyright 2006 Sun Microsystems, Inc.  All rights reserved.
+ * Copyright 2007 Sun Microsystems, Inc.  All rights reserved.
  * Use is subject to license terms.
  */
 
@@ -373,7 +373,8 @@
 	uint64_t alloc, offset, entry;
 	uint8_t mapshift = sm->sm_shift;
 	uint64_t mapstart = sm->sm_start;
-	char *ddata[] = { "ALLOC", "FREE", "CONDENSE", "INVALID" };
+	char *ddata[] = { "ALLOC", "FREE", "CONDENSE", "INVALID",
+			    "INVALID", "INVALID", "INVALID", "INVALID" };
 
 	if (smo->smo_object == 0)
 		return;