summaryrefslogtreecommitdiff
path: root/security/bsmtrace/files/patch-log.c
blob: aaf081508dec225f087e104fdc03b60913ce87c1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- log.c.orig	2020-08-23 21:49:15 UTC
+++ log.c
@@ -31,6 +31,8 @@
 #include "includes.h"
 #undef SYSLOG_NAMES
 
+struct logchannel_head log_head;
+
 int
 log_bsm_syslog(struct logchannel *lc, struct bsm_sequence *bs,
     struct bsm_record_data *br);