SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
14
net/libpsl/patches/patch-tests_test-is-public-builtin_c
Normal file
14
net/libpsl/patches/patch-tests_test-is-public-builtin_c
Normal file
|
@ -0,0 +1,14 @@
|
|||
Print time_t in a portable way.
|
||||
|
||||
Index: tests/test-is-public-builtin.c
|
||||
--- tests/test-is-public-builtin.c.orig
|
||||
+++ tests/test-is-public-builtin.c
|
||||
@@ -125,7 +125,7 @@ static void test_psl(void)
|
||||
}
|
||||
}
|
||||
|
||||
- printf("psl_builtin_file_time()=%ld\n", (long) psl_builtin_file_time());
|
||||
+ printf("psl_builtin_file_time()=%lld\n", (long long)psl_builtin_file_time());
|
||||
psl_builtin_file_time() == 0 ? failed++ : ok++;
|
||||
|
||||
printf("psl_builtin_sha1sum()=%s\n", psl_builtin_sha1sum());
|
Loading…
Add table
Add a link
Reference in a new issue