From fdd6fa07278ebcac609c848a166cab5692dd82bf Mon Sep 17 00:00:00 2001 From: Brian Behlendorf Date: Mon, 22 Dec 2008 11:02:23 -0800 Subject: [PATCH] We don't need to #undef verify here, this is handled better now with the verify cleanup --- cmd/zdb/zdb.c | 1 - 1 file changed, 1 deletion(-) diff --git a/cmd/zdb/zdb.c b/cmd/zdb/zdb.c index 253a1346a4..5f370e630d 100644 --- a/cmd/zdb/zdb.c +++ b/cmd/zdb/zdb.c @@ -52,7 +52,6 @@ #include #include #undef ZFS_MAXNAMELEN -#undef verify #include const char cmdname[] = "zdb";