summarylogtreecommitdiffstats
path: root/vmnet-10.0.4-3.14.patch
blob: 0217b0773dbc1e47ee0152f9234f60cf722ea694 (plain)
1
2
3
4
5
6
7
8
9
10
11
diff -rupN vmnet-only.a/vm_assert.h vmnet-only/vm_assert.h
--- vmnet-only.a/vm_assert.h      2014-03-31 18:49:14.845009422 +0100
+++ vmnet-only/vm_assert.h      2014-03-31 18:49:21.390009439 +0100
@@ -256,6 +256,7 @@ void WarningThrottled(uint32 *count, con
                                        __FILE__, __LINE__, __FUNCTION__, \
                                        _fix))
 #else
+   #undef DEPRECATED /* in <linux/printk.h> since 3.14.0 */
    #define DEPRECATED(_fix) do {} while (0)
 #endif