From 3f0399f5a4eef155c966f4898c08bdfdd7711120 Mon Sep 17 00:00:00 2001 From: David Schleef Date: Fri, 22 Nov 2002 06:53:21 +0000 Subject: [PATCH] Add a UTS_RELEASE override --- include/linux/version.h | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/include/linux/version.h b/include/linux/version.h index db968511..eb2fd018 100644 --- a/include/linux/version.h +++ b/include/linux/version.h @@ -4,6 +4,13 @@ #include #include_next +#ifdef UTS_RELEASE_OVERRIDE +#ifdef UTS_RELEASE +#undef UTS_RELEASE +#endif +#define UTS_RELEASE UTS_RELEASE_OVERRIDE +#endif + #ifndef KERNEL_VERSION #define KERNEL_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c)) #endif -- 2.26.2