diff --git a/src/libpmem2/badblocks_ndctl.c b/src/libpmem2/badblocks_ndctl.c index 9a5910bbac09d4b4711f2f1badcecdf787b8c4e0..d9e988d46a20af8e48412f4216366cc56f6a90ec 100644 --- a/src/libpmem2/badblocks_ndctl.c +++ b/src/libpmem2/badblocks_ndctl.c @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -/* Copyright 2017-2021, Intel Corporation */ +/* Copyright 2017-2022, Intel Corporation */ /* * badblocks_ndctl.c -- implementation of DIMMs API based on the ndctl library @@ -16,7 +16,7 @@ #include <sys/sysmacros.h> #include <fcntl.h> #include <ndctl/libndctl.h> -#include <ndctl/libdaxctl.h> +#include <daxctl/libdaxctl.h> #include "libpmem2.h" #include "pmem2_utils.h" diff --git a/src/libpmem2/region_namespace_ndctl.c b/src/libpmem2/region_namespace_ndctl.c index 1383796a95cc7cbb2fb2b09f621d81fab40a76d4..dfdec34de54cd1cffc7d139238520dc0f6712848 100644 --- a/src/libpmem2/region_namespace_ndctl.c +++ b/src/libpmem2/region_namespace_ndctl.c @@ -1,12 +1,12 @@ // SPDX-License-Identifier: BSD-3-Clause -/* Copyright 2020, Intel Corporation */ +/* Copyright 2020-2022, Intel Corporation */ /* * region_namespace_ndctl.c -- common ndctl functions */ #include <ndctl/libndctl.h> -#include <ndctl/libdaxctl.h> +#include <daxctl/libdaxctl.h> #include <sys/sysmacros.h> #include <fcntl.h> diff --git a/src/libpmem2/usc_ndctl.c b/src/libpmem2/usc_ndctl.c index be63e879be4d6ad138e8098c8a373ce2ce19a923..db658c7e10fa2e32b5551f817ecb9f2efb84365c 100644 --- a/src/libpmem2/usc_ndctl.c +++ b/src/libpmem2/usc_ndctl.c @@ -1,11 +1,11 @@ // SPDX-License-Identifier: BSD-3-Clause -/* Copyright 2020, Intel Corporation */ +/* Copyright 2020-2022, Intel Corporation */ /* * usc_ndctl.c -- pmem2 usc function for platforms using ndctl */ #include <ndctl/libndctl.h> -#include <ndctl/libdaxctl.h> +#include <daxctl/libdaxctl.h> #include <sys/types.h> #include <sys/sysmacros.h> #include <fcntl.h> diff --git a/src/tools/daxio/daxio.c b/src/tools/daxio/daxio.c index 66cd0b7aee23e4373b6cbe8731f85ba840668ed5..3aa152f9e196d86abe1dc35c4d7d12483f8b5322 100644 --- a/src/tools/daxio/daxio.c +++ b/src/tools/daxio/daxio.c @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -/* Copyright 2018-2020, Intel Corporation */ +/* Copyright 2018-2022, Intel Corporation */ /* * daxio.c -- simple app for reading and writing data from/to @@ -21,7 +21,7 @@ #include <string.h> #include <ndctl/libndctl.h> -#include <ndctl/libdaxctl.h> +#include <daxctl/libdaxctl.h> #include <libpmem.h> #include "util.h"