diff options
author | Pietro Cerutti <gahr@FreeBSD.org> | 2014-07-28 07:20:22 +0000 |
---|---|---|
committer | Pietro Cerutti <gahr@FreeBSD.org> | 2014-07-28 07:20:22 +0000 |
commit | adecd05bf0293be427de08c863bf62887c075ef0 (patch) | |
tree | e4ce4827778d787b90ddbc1e70d65711e4176c04 /lib/libsbuf | |
parent | 4d3ff0c3e6ee6d5f059208fe0c86ba4d4ae43510 (diff) | |
download | src-adecd05bf0293be427de08c863bf62887c075ef0.tar.gz src-adecd05bf0293be427de08c863bf62887c075ef0.zip |
Unbreak the ABI by reverting r268494 until the compat shims are provided
Notes
Notes:
svn path=/head/; revision=269179
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 42d4a4e4674c..79d3fe973e05 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 |