diff options
author | grehan <grehan@FreeBSD.org> | 2011-09-15 22:14:35 +0000 |
---|---|---|
committer | grehan <grehan@FreeBSD.org> | 2011-09-15 22:14:35 +0000 |
commit | 2256cbe5692847d9defa97bdd74ce0aa9e74157d (patch) | |
tree | 42ba64b8c25f527cf3d9b56c4ce4c51c11d445d1 /lib/librtld_db | |
parent | 1823067d93fba5ecf7990fee39428954fa5cbf1b (diff) | |
parent | e6011fb6bc29d6740516409bd2963015c583c2e9 (diff) | |
download | FreeBSD-src-2256cbe5692847d9defa97bdd74ce0aa9e74157d.zip FreeBSD-src-2256cbe5692847d9defa97bdd74ce0aa9e74157d.tar.gz |
IFC @ r225592
sys/dev/bvm/bvm_console.c - move up to the new alt-break order.
Diffstat (limited to 'lib/librtld_db')
-rw-r--r-- | lib/librtld_db/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/librtld_db/Makefile b/lib/librtld_db/Makefile index efaed62..2815a07 100644 --- a/lib/librtld_db/Makefile +++ b/lib/librtld_db/Makefile @@ -3,7 +3,7 @@ .include <bsd.own.mk> LIB= rtld_db -SHLIB_MAJOR= 1 +SHLIB_MAJOR= 2 MAN= librtld_db.3 SRCS= rtld_db.c |