mirror of
https://github.com/opnsense/src.git
synced 2026-06-04 14:26:03 -04:00
linuxkpi: Add add_taint stub
Needed by drm-kmod. Sponsored by: Beckhoff Automation GmbH & Co. KG Differential Revision: https://reviews.freebsd.org/D36112
This commit is contained in:
parent
4b2cb13e91
commit
bf27839aa9
1 changed files with 2 additions and 0 deletions
|
|
@ -682,6 +682,8 @@ linux_ratelimited(linux_ratelimit_t *rl)
|
|||
|
||||
#define TAINT_WARN 0
|
||||
#define test_taint(x) (0)
|
||||
#define add_taint(x,y) do { \
|
||||
} while (0)
|
||||
|
||||
static inline int
|
||||
_h2b(const char c)
|
||||
|
|
|
|||
Loading…
Reference in a new issue