From a5dc4d810246554958f522a15d8b9a3c16ab8e53 Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Sun, 4 Nov 2018 03:32:43 +0000 Subject: [PATCH] Merge r7400 from trunk git-svn-id: http://svn.code.sf.net/p/scst/svn/branches/3.3.x@7657 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- scst/src/scst_dlm.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/scst/src/scst_dlm.c b/scst/src/scst_dlm.c index 9eef26c17..e8823d897 100644 --- a/scst/src/scst_dlm.c +++ b/scst/src/scst_dlm.c @@ -30,6 +30,10 @@ #include "scst_pres.h" #include "scst_dlm.h" +#ifndef RHEL_RELEASE_VERSION +#define RHEL_RELEASE_VERSION(maj, min) 0 +#endif + #if (defined(CONFIG_DLM) || defined(CONFIG_DLM_MODULE)) && \ !defined(CONFIG_SCST_NO_DLM)