From 70fc25eb6ffd313215a4ed50421ee92c5b7b2caa Mon Sep 17 00:00:00 2001 From: Curtis McEnroe Date: Tue, 24 Jul 2018 17:00:43 -0400 Subject: Print time_t with %jd in meta On 32-bit NetBSD, time_t is 'long long int' rather than 'long int'. This works everywhere. --- meta.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta.c b/meta.c index ce71e82..14a0930 100644 --- a/meta.c +++ b/meta.c @@ -29,7 +29,7 @@ int main() { if (!count) return EX_OK; printf( - "%d,%d,%ld,%u,%ld,%u,%ld\n", + "%d,%d,%jd,%u,%jd,%u,%jd\n", i % TILE_COLS, i / TILE_COLS, tile.createTime, -- cgit 1.4.1 mit();'> libtls for OpenSSL
summary refs log tree commit diff
path: root/man (unfollow)
Commit message (Expand)Author
2021-03-05build: Add OpenSSL includes to libcompatJune McEnroe
2020-12-15Import LibreSSL 3.3.1June McEnroe
2020-11-24Import LibreSSL 3.3.0June McEnroe
2020-10-22Import LibreSSL 3.2.2June McEnroe
2020-09-29Import LibreSSL 3.2.1June McEnroe
2020-09-29import: Add m4/ax_add_fortify_source.m4June McEnroe
2020-08-05build: Add README.7 to EXTRA_DIST 3.2.0June McEnroe
2020-08-03doc: Indicate that only OpenSSL 1.1.1b and newer workJune McEnroe