diff options
author | Pietro Cerutti <gahr@FreeBSD.org> | 2014-07-10 13:08:51 +0000 |
---|---|---|
committer | Pietro Cerutti <gahr@FreeBSD.org> | 2014-07-10 13:08:51 +0000 |
commit | 7150b86bfe2474cebd10c863c1c57f089684f8bc (patch) | |
tree | 0c4dc8a9d1f44507f1648cc9f8160425257f7eeb /lib/libsbuf | |
parent | 4472d6e1df6bdf98c5bf3f692296e6b2de5cbd55 (diff) | |
download | src-7150b86bfe2474cebd10c863c1c57f089684f8bc.tar.gz src-7150b86bfe2474cebd10c863c1c57f089684f8bc.zip |
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
Notes
Notes:
svn path=/head/; revision=268494
Diffstat (limited to 'lib/libsbuf')
-rw-r--r-- | lib/libsbuf/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libsbuf/Makefile b/lib/libsbuf/Makefile index 79d3fe973e05..42d4a4e4674c 100644 --- a/lib/libsbuf/Makefile +++ b/lib/libsbuf/Makefile @@ -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 |