Use standard Versions.def for libprocstat.

This makes the versions inheritance consistent for our versioned libraries.

Extracted from:	ino64
Discussed with:	kan
Sponsored by:	The FreeBSD Foundation
MFC after:	1 week
This commit is contained in:
Konstantin Belousov 2017-01-09 11:11:52 +00:00
parent 06c76d249c
commit d9d09103dd
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=311781
2 changed files with 1 additions and 11 deletions

View File

@ -13,7 +13,7 @@ SRCS= cd9660.c \
smbfs.c \
udf.c
VERSION_DEF= ${.CURDIR}/Versions.def
VERSION_DEF= ${LIBCSRCDIR}/Versions.def
SYMBOL_MAPS= ${.CURDIR}/Symbol.map
INCS= libprocstat.h

View File

@ -1,10 +0,0 @@
# $FreeBSD$
# This version was first added to 9.0-current.
FBSD_1.2 {
};
# This version was first added to 10.0-current.
FBSD_1.3 {
} FBSD_1.2;