From: Jens Axboe <axboe@kernel.dk>
To: kusumi.tomohiro@gmail.com
Cc: fio@vger.kernel.org, Tomohiro Kusumi <tkusumi@tuxera.com>
Subject: Re: [PATCH 0/6] make fio work on OpenBSD again
Date: Sun, 30 Apr 2017 16:52:15 -0600 [thread overview]
Message-ID: <20170430225213.GA10051@kernel.dk> (raw)
In-Reply-To: <20170430173511.44593-1-tkusumi@tuxera.com>
On Sun, Apr 30 2017, kusumi.tomohiro@gmail.com wrote:
> From: Tomohiro Kusumi <tkusumi@tuxera.com>
>
> This series of patches fix compile time errors recent OpenBSD
> versions have had. Now fio compiles and runs on recent versions,
> at least on the latest one which is 6.1.
>
> It still shows warnings on sprintf() and strxxx() variants,
> but I didn't fix these. There are simply way too many sprintf()
> calls, and strlxxx() variants which OpenBSD suggests to use have
> their own problems (and that's why glibc doesn't have them,
> although fio has its own strlcat() for some reason).
Thanks, applied.
--
Jens Axboe
prev parent reply other threads:[~2017-04-30 22:52 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-04-30 17:35 [PATCH 0/6] make fio work on OpenBSD again kusumi.tomohiro
2017-04-30 17:35 ` [PATCH 1/6] Fix "cast from pointer to integer of different size" warning on OpenBSD kusumi.tomohiro
2017-04-30 17:35 ` [PATCH 2/6] Fix "C99 inline functions are not supported" " kusumi.tomohiro
2017-04-30 17:35 ` [PATCH 3/6] Fix "'RB_ROOT' undeclared" error " kusumi.tomohiro
2017-04-30 17:35 ` [PATCH 4/6] Turn off lex by default " kusumi.tomohiro
2017-04-30 17:35 ` [PATCH 5/6] Implement shm_attach_to_open_removed() for OpenBSD kusumi.tomohiro
2017-04-30 17:35 ` [PATCH 6/6] Drop XXX for cpu affinity " kusumi.tomohiro
2017-04-30 22:52 ` Jens Axboe [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20170430225213.GA10051@kernel.dk \
--to=axboe@kernel.dk \
--cc=fio@vger.kernel.org \
--cc=kusumi.tomohiro@gmail.com \
--cc=tkusumi@tuxera.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.