From 437aa94f38683dc90e5e59765006acf46d7aabfc Mon Sep 17 00:00:00 2001 From: gahr Date: Thu, 10 Jul 2014 13:08:51 +0000 Subject: 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 --- lib/libsbuf/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/libsbuf') 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 -- cgit v1.1