ef9089f4e8
Update to the head of the upstream staging branch * Patches 0005-0042 are from the upstream staging branch * Previous patches 0005 & 0006 are now patches 0023 & 0005 Rename redhat patches * Previous patches 0007-0017 are now patches 0043-0053 Change from using readline to libedit * readline is licensed GPL v3, and multipathd includes code licensed gpl v2. Remove README.alua * information moved to README.md
27 lines
843 B
Diff
27 lines
843 B
Diff
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
|
|
From: Josh Soref <2119212+jsoref@users.noreply.github.com>
|
|
Date: Sun, 31 Jul 2022 13:11:15 -0400
|
|
Subject: [PATCH] libmultipath: spelling: cplusplus
|
|
|
|
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
|
|
Reviewed-by: Xose Vazquez Perez <xose.vazquez@gmail.com>
|
|
Reviewed-by: Martin Wilck <mwilck@suse.com>
|
|
Signed-off-by: Benjamin Marzinski <bmarzins@redhat.com>
|
|
---
|
|
libmpathvalid/mpath_valid.h | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/libmpathvalid/mpath_valid.h b/libmpathvalid/mpath_valid.h
|
|
index ed06196e..ec2f9392 100644
|
|
--- a/libmpathvalid/mpath_valid.h
|
|
+++ b/libmpathvalid/mpath_valid.h
|
|
@@ -20,7 +20,7 @@
|
|
#ifndef LIB_MPATH_VALID_H
|
|
#define LIB_MPATH_VALID_H
|
|
|
|
-#ifdef __cpluscplus
|
|
+#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|