summaryrefslogtreecommitdiffstats
path: root/tools/regression/posixshm
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2008-06-26 21:26:34 +0000
committerjhb <jhb@FreeBSD.org>2008-06-26 21:26:34 +0000
commited08bd0d6d114e86dc18fe9c793810ffc35cf3ea (patch)
tree159a649d30182d4427c6a037dc4e6604fa90b968 /tools/regression/posixshm
parent3b8722e05fb7ecb30223b103f0bb531e0a299c98 (diff)
downloadFreeBSD-src-ed08bd0d6d114e86dc18fe9c793810ffc35cf3ea.zip
FreeBSD-src-ed08bd0d6d114e86dc18fe9c793810ffc35cf3ea.tar.gz
Fix compile on 64-bit platforms.
Diffstat (limited to 'tools/regression/posixshm')
-rw-r--r--tools/regression/posixshm/test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/regression/posixshm/test.c b/tools/regression/posixshm/test.c
index 16a56e9..8583a0d 100644
--- a/tools/regression/posixshm/test.c
+++ b/tools/regression/posixshm/test.c
@@ -115,7 +115,7 @@ run_tests(void)
{
struct regression_test **testp;
- printf("1..%d\n", SET_COUNT(regression_tests_set));
+ printf("1..%td\n", SET_COUNT(regression_tests_set));
test_index = 1;
SET_FOREACH(testp, regression_tests_set) {
test_acknowleged = 0;
OpenPOWER on IntegriCloud