Page MenuHomeFreeBSD

D52071.1787117027.diff
No OneTemporary

Size
467 B
Referenced Files
None
Subscribers
None

D52071.1787117027.diff

diff --git a/sys/compat/linuxkpi/common/include/linux/math.h b/sys/compat/linuxkpi/common/include/linux/math.h
--- a/sys/compat/linuxkpi/common/include/linux/math.h
+++ b/sys/compat/linuxkpi/common/include/linux/math.h
@@ -56,7 +56,7 @@
__ret; \
})
-#if defined(LINUXKPI_VERSION) && LINUXKPI_VERSION >= 60600
+#if !defined(LINUXKPI_VERSION) || (LINUXKPI_VERSION >= 60600)
#define abs_diff(x, y) ({ \
__typeof(x) _x = (x); \
__typeof(y) _y = (y); \

File Metadata

Mime Type
text/plain
Expires
Wed, Aug 19, 5:23 AM (5 h, 19 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
29430499
Default Alt Text
D52071.1787117027.diff (467 B)

Event Timeline