diff options
Diffstat (limited to 'security/bsmtrace/files/patch-log.h')
-rw-r--r-- | security/bsmtrace/files/patch-log.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/security/bsmtrace/files/patch-log.h b/security/bsmtrace/files/patch-log.h new file mode 100644 index 000000000000..6fb0e637a3ea --- /dev/null +++ b/security/bsmtrace/files/patch-log.h @@ -0,0 +1,11 @@ +--- log.h.orig 2020-08-23 21:49:13 UTC ++++ log.h +@@ -30,7 +30,7 @@ + #ifndef LOG_H_ + #define LOG_H_ + +-TAILQ_HEAD(, logchannel) log_head; ++extern TAILQ_HEAD(logchannel_head, logchannel) log_head; + + enum { + LOG_CHANNEL_NOP, |