Re: svn commit: r334656 - head/stand/libsa

2018-06-05 Thread Ian Lepore
(Should be) Fixed in r334665, sorry for the breakage. -- Ian On Tue, 2018-06-05 at 10:24 -0600, Warner Losh wrote: > There is no real reason for these to be different. Especially if it > causes > problems... > > Warner > > On Tue, Jun 5, 2018, 10:18 AM O. Hartmann > wrote: > > > > > -BEG

Re: svn commit: r334656 - head/stand/libsa

2018-06-05 Thread Ian Lepore
On Tue, 2018-06-05 at 10:24 -0600, Warner Losh wrote: > There is no real reason for these to be different. Especially if it > causes > problems... > > Warner > I'm working on a fix. -- Ian > On Tue, Jun 5, 2018, 10:18 AM O. Hartmann > wrote: > > > > > -BEGIN PGP SIGNED MESSAGE- > >

Re: svn commit: r334656 - head/stand/libsa

2018-06-05 Thread Warner Losh
There is no real reason for these to be different. Especially if it causes problems... Warner On Tue, Jun 5, 2018, 10:18 AM O. Hartmann wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA512 > > Am Tue, 5 Jun 2018 14:47:13 + (UTC) > Ian Lepore schrieb: > > > Author: ian > > Date: Tue J

Re: svn commit: r334656 - head/stand/libsa

2018-06-05 Thread O. Hartmann
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Am Tue, 5 Jun 2018 14:47:13 + (UTC) Ian Lepore schrieb: > Author: ian > Date: Tue Jun 5 14:47:13 2018 > New Revision: 334656 > URL: https://svnweb.freebsd.org/changeset/base/334656 > > Log: > Add vsnprintf() to libsa. Alpha-sort the printf

svn commit: r334656 - head/stand/libsa

2018-06-05 Thread Ian Lepore
Author: ian Date: Tue Jun 5 14:47:13 2018 New Revision: 334656 URL: https://svnweb.freebsd.org/changeset/base/334656 Log: Add vsnprintf() to libsa. Alpha-sort the printf prototypes in stand.h. I'm not sure why the v*printf() functions in libsa return void instead of int, but this mainta