Add a UTS_RELEASE override
authorDavid Schleef <ds@schleef.org>
Fri, 22 Nov 2002 06:53:21 +0000 (06:53 +0000)
committerDavid Schleef <ds@schleef.org>
Fri, 22 Nov 2002 06:53:21 +0000 (06:53 +0000)
include/linux/version.h

index db9685110927fd19d712f6742fed99a632a5860d..eb2fd018d8d3683d991670af06a14b2e6f74351b 100644 (file)
@@ -4,6 +4,13 @@
 #include <version.h>
 #include_next <linux/version.h>
 
+#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