Whamcloud - gitweb
git://git.whamcloud.com
/
fs
/
lustre-release.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
83d9a9d
)
add explicit atoll() declaration to keep gcc happy.
author
nikita
<nikita>
Mon, 12 Sep 2005 15:48:08 +0000
(15:48 +0000)
committer
nikita
<nikita>
Mon, 12 Sep 2005 15:48:08 +0000
(15:48 +0000)
lustre/tests/random-reads.c
patch
|
blob
|
history
diff --git
a/lustre/tests/random-reads.c
b/lustre/tests/random-reads.c
index
27ce5bf
..
178ecc1
100644
(file)
--- a/
lustre/tests/random-reads.c
+++ b/
lustre/tests/random-reads.c
@@
-34,6
+34,8
@@
#include <sys/types.h>
#include <sys/time.h>
+long long atoll(const char *nptr);
+
static void usage(void)
{
printf("random-reads: read random chunks of a file.\n");