diff options
author | gahr <gahr@FreeBSD.org> | 2014-07-28 07:20:22 +0000 |
---|---|---|
committer | gahr <gahr@FreeBSD.org> | 2014-07-28 07:20:22 +0000 |
commit | 5b59df4ed393d9374b2e7c1d1959bbd1b2f30de5 (patch) | |
tree | e4ce4827778d787b90ddbc1e70d65711e4176c04 /lib/libsbuf | |
parent | 36a03e74a893470e00a189bf06fb53dc1c19c84a (diff) | |
download | FreeBSD-src-5b59df4ed393d9374b2e7c1d1959bbd1b2f30de5.zip FreeBSD-src-5b59df4ed393d9374b2e7c1d1959bbd1b2f30de5.tar.gz |
Unbreak the ABI by reverting r268494 until the compat shims are provided
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 42d4a4e..79d3fe9 100644 --- a/lib/libsbuf/Makefile +++ b/lib/libsbuf/Makefile @@ -4,7 +4,7 @@ LIB= sbuf SHLIBDIR?= /lib SRCS= subr_sbuf.c -SHLIB_MAJOR = 7 +SHLIB_MAJOR = 6 SYMBOL_MAPS= ${.CURDIR}/Symbol.map VERSION_DEF= ${.CURDIR}/Version.def |