--- old/usr/src/cmd/zdb/zdb_il.c Tue Feb 3 13:17:17 2009 +++ new/usr/src/cmd/zdb/zdb_il.c Tue Feb 3 13:17:16 2009 @@ -19,12 +19,10 @@ * CDDL HEADER END */ /* - * Copyright 2007 Sun Microsystems, Inc. All rights reserved. + * Copyright 2008 Sun Microsystems, Inc. All rights reserved. * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" - /* * Print intent log header and statistics. */ @@ -357,7 +355,7 @@ if (verbose >= 2) { (void) printf("\n"); (void) zil_parse(zilog, print_log_block, print_log_record, NULL, - zh->zh_claim_txg); + zh->zh_claim_txg, 0); print_log_stats(verbose); } }