Commit 12a85b93 authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

Another nit, trying to make opensolaris compile

parent 79c2d962
......@@ -271,7 +271,7 @@ start_test(void)
memset(jp->buf, 0, jp->bufsiz);
srandomdev();
bprintf(tmpdir, "/tmp/vtc.%d.%08x", getpid(), (unsigned)random());
bprintf(tmpdir, "/tmp/vtc.%d.%08x", (int)getpid(), (unsigned)random());
AZ(mkdir(tmpdir, 0711));
tp = VTAILQ_FIRST(&tst_head);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment