Page MenuHomeFreeBSD

D52071.id160725.diff
No OneTemporary

D52071.id160725.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
Sun, Feb 8, 9:18 PM (16 h, 3 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
28498839
Default Alt Text
D52071.id160725.diff (467 B)

Event Timeline