diff --git a/ObsoleteFiles.inc b/ObsoleteFiles.inc --- a/ObsoleteFiles.inc +++ b/ObsoleteFiles.inc @@ -52,6 +52,9 @@ # xargs -n1 | sort | uniq -d; # done +# 20220721: libnv version bumps +OLD_LIBS+=lib/libnv.so.0 + # 20220624: unix_passfd_test -> unix_passfd_stream/unix_passfd_dgram OLD_FILES+=usr/tests/sys/kern/unix_passfd_test diff --git a/lib/libnv/Makefile b/lib/libnv/Makefile --- a/lib/libnv/Makefile +++ b/lib/libnv/Makefile @@ -6,7 +6,7 @@ PACKAGE= runtime LIB= nv -SHLIB_MAJOR= 0 +SHLIB_MAJOR= 1 VERSION_DEF= ${SRCTOP}/lib/libc/Versions.def VERSION_MAP= ${.CURDIR}/Version.map diff --git a/lib/libnv/Version.map b/lib/libnv/Version.map --- a/lib/libnv/Version.map +++ b/lib/libnv/Version.map @@ -1,6 +1,6 @@ # $FreeBSD$ -FBSD_1.0 { +FBSD_1.7 { global: FreeBSD_cnvlist_free_binary; FreeBSD_cnvlist_free_bool; diff --git a/sys/sys/nv_namespace.h b/sys/sys/nv_namespace.h --- a/sys/sys/nv_namespace.h +++ b/sys/sys/nv_namespace.h @@ -1,13 +1,9 @@ /*- * SPDX-License-Identifier: BSD-2-Clause-FreeBSD - * All rights reserved. * * Copyright (c) 2022 Rubicon Communications, LLC (Netgate) * All rights reserved. * - * This software was developed by Pawel Jakub Dawidek under sponsorship from - * the FreeBSD Foundation. - * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: