changeset 4008:a95c00c4179a

6543732 fix for 6524407 broke the nightly build with gcc
author raf
date Wed, 11 Apr 2007 09:13:37 -0700
parents c6f5c6753018
children 1a9b4fbc0d2a
files usr/src/cmd/ztest/ztest.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/usr/src/cmd/ztest/ztest.c	Wed Apr 11 09:10:08 2007 -0700
+++ b/usr/src/cmd/ztest/ztest.c	Wed Apr 11 09:13:37 2007 -0700
@@ -244,7 +244,7 @@
 #define	ZTEST_DIROBJ_BLOCKSIZE	(1 << 10)
 #define	ZTEST_DIRSIZE		256
 
-static void usage(boolean_t);
+static void usage(boolean_t) __NORETURN;
 
 /*
  * These libumem hooks provide a reasonable set of defaults for the allocator's