summaryrefslogtreecommitdiffstats
path: root/lib/libsbuf
diff options
context:
space:
mode:
authorgahr <gahr@FreeBSD.org>2014-07-10 13:08:51 +0000
committergahr <gahr@FreeBSD.org>2014-07-10 13:08:51 +0000
commit437aa94f38683dc90e5e59765006acf46d7aabfc (patch)
tree0c4dc8a9d1f44507f1648cc9f8160425257f7eeb /lib/libsbuf
parenta25f9f5e2169061c5c422f1c117c62cfd62f1870 (diff)
downloadFreeBSD-src-437aa94f38683dc90e5e59765006acf46d7aabfc.zip
FreeBSD-src-437aa94f38683dc90e5e59765006acf46d7aabfc.tar.gz
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
Diffstat (limited to 'lib/libsbuf')
-rw-r--r--lib/libsbuf/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libsbuf/Makefile b/lib/libsbuf/Makefile
index 79d3fe9..42d4a4e 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
OpenPOWER on IntegriCloud