diff options
author | Martin Matuska <mm@FreeBSD.org> | 2025-05-06 20:22:14 +0200 |
---|---|---|
committer | Martin Matuska <mm@FreeBSD.org> | 2025-05-06 20:22:14 +0200 |
commit | 57e6f009f7bd19d51676173112ca412a638cddb3 (patch) | |
tree | a755423a45569e258e8051c552984c373fa66ae0 /filesystems | |
parent | textproc/py-regex: Update 2024.7.24 => 2024.11.6 (diff) |
filesystems/openzfs: unbreak i386 build
Diffstat (limited to 'filesystems')
-rw-r--r-- | filesystems/openzfs/files/patch-tests_zfs-tests_cmd_crypto__test.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/filesystems/openzfs/files/patch-tests_zfs-tests_cmd_crypto__test.c b/filesystems/openzfs/files/patch-tests_zfs-tests_cmd_crypto__test.c new file mode 100644 index 000000000000..408802f20a63 --- /dev/null +++ b/filesystems/openzfs/files/patch-tests_zfs-tests_cmd_crypto__test.c @@ -0,0 +1,11 @@ +--- tests/zfs-tests/cmd/crypto_test.c.orig 2025-05-06 18:18:44 UTC ++++ tests/zfs-tests/cmd/crypto_test.c +@@ -861,7 +861,7 @@ test_result(const crypto_test_t *test, int encrypt_rv, + return (pass); + + /* print summary of test result */ +- printf("%s[%lu]: encrypt=%s decrypt=%s\n", test->fileloc, test->id, ++ printf("%s[%" PRIu64 "]: encrypt=%s decrypt=%s\n", test->fileloc, test->id, + encrypt_pass ? "PASS" : "FAIL", + decrypt_pass ? "PASS" : "FAIL"); + |