Page MenuHomeFreeBSD

D57590.diff
No OneTemporary

D57590.diff

diff --git a/sys/compat/linuxkpi/common/include/linux/kernel.h b/sys/compat/linuxkpi/common/include/linux/kernel.h
--- a/sys/compat/linuxkpi/common/include/linux/kernel.h
+++ b/sys/compat/linuxkpi/common/include/linux/kernel.h
@@ -67,6 +67,9 @@
#include <linux/stdarg.h>
+#define KERNEL_VERSION(a,b,c) \
+ (((a) << 16) + ((b) << 8) + ((c) > 255 ? 255 : (c)))
+
#define KERN_CONT ""
#define KERN_EMERG "<0>"
#define KERN_ALERT "<1>"

File Metadata

Mime Type
text/plain
Expires
Thu, Jun 18, 11:48 PM (18 h, 44 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
33973378
Default Alt Text
D57590.diff (455 B)

Event Timeline