Date: Fri, 18 Jul 2014 18:47:20 -0500 From: Bryan Drewery <bdrewery@FreeBSD.org> To: Pietro Cerutti <gahr@freebsd.org> Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org, owner-src-committers@freebsd.org Subject: Re: svn commit: r268494 - in head: lib/libsbuf sys/kern sys/sys Message-ID: <f964663ce71f8554198c1a8fc2ccda60@shatow.net> In-Reply-To: <201407101308.s6AD8pbR080041@svn.freebsd.org> References: <201407101308.s6AD8pbR080041@svn.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On 2014-07-10 08:08, Pietro Cerutti wrote: > Author: gahr (ports committer) > Date: Thu Jul 10 13:08:51 2014 > New Revision: 268494 > URL: http://svnweb.freebsd.org/changeset/base/268494 > > Log: > Implement Short/Small String Optimization in SBUF(9) and change > lengths and > positions in the API from ssize_t and int to size_t. > > CR: D388 > Approved by: des, bapt > > Modified: > head/lib/libsbuf/Makefile > head/sys/kern/subr_sbuf.c > head/sys/sys/sbuf.h > > Modified: head/lib/libsbuf/Makefile > ============================================================================== > --- head/lib/libsbuf/Makefile Thu Jul 10 13:04:52 2014 (r268493) > +++ head/lib/libsbuf/Makefile Thu Jul 10 13:08:51 2014 (r268494) > @@ -4,7 +4,7 @@ LIB= sbuf > SHLIBDIR?= /lib > SRCS= subr_sbuf.c > > -SHLIB_MAJOR = 6 > +SHLIB_MAJOR = 7 > > SYMBOL_MAPS= ${.CURDIR}/Symbol.map > VERSION_DEF= ${.CURDIR}/Version.def > We have symbol versioning in libsbuf. Shouldn't need to bump the version. Just need to add a compat function for everything. It would be a lot of work, but bumping for ssize_t->size_t seems gratuitous to me. -- Regards, Bryan Drewery
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?f964663ce71f8554198c1a8fc2ccda60>