aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_syscalls.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_syscalls.c')
-rw-r--r--test/test_syscalls.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_syscalls.c b/test/test_syscalls.c
index e1dbab3..18326c0 100644
--- a/test/test_syscalls.c
+++ b/test/test_syscalls.c
@@ -1746,7 +1746,7 @@ static int test_socket(void)
start_test("socket");
if (strlen(testsock) + 1 > sizeof(su.sun_path)) {
- fprintf(stderr, "Need to shorten mount point by %lu chars\n",
+ fprintf(stderr, "Need to shorten mount point by %zu chars\n",
strlen(testsock) + 1 - sizeof(su.sun_path));
return -1;
}