diff options
author | ek110237 <none@none> | 2008-05-12 13:15:37 -0700 |
---|---|---|
committer | ek110237 <none@none> | 2008-05-12 13:15:37 -0700 |
commit | 718ea316b79115f814af49cb880a75c9e74124e1 (patch) | |
tree | 4c5ebc358aecc69182d6362b8952e6b267cbfddf /usr/src/cmd/filebench/common/utils.c | |
parent | b21718f06a7f8468913c84002f8381a5ee1cb8c4 (diff) | |
download | illumos-joyent-718ea316b79115f814af49cb880a75c9e74124e1.tar.gz |
6698910 filebench should build on gentoo (linux)
Contributed by Denis Cheng
6699435 filebench should be buildable on OSX
6699618 some mutexes in filebench aren't being init'd
6694960 go_filebench -h is outdated
6699410 oltp.f's dbwr threads should do dsync writes
Diffstat (limited to 'usr/src/cmd/filebench/common/utils.c')
-rw-r--r-- | usr/src/cmd/filebench/common/utils.c | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/usr/src/cmd/filebench/common/utils.c b/usr/src/cmd/filebench/common/utils.c index 3683a5f25c..68dc415a2f 100644 --- a/usr/src/cmd/filebench/common/utils.c +++ b/usr/src/cmd/filebench/common/utils.c @@ -19,8 +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. + * + * Portions Copyright 2008 Denis Cheng */ #pragma ident "%Z%%M% %I% %E% SMI" @@ -34,6 +36,8 @@ #ifdef HAVE_STDINT_H #include <stdint.h> #endif + +#include "filebench.h" #include "utils.h" #include "parsertypes.h" |