mirror of
https://git.freebsd.org/ports.git
synced 2025-05-25 07:26:29 -04:00
This port is the older version of bsmtrace and should go away in due time, but it's easy enough to backport the fix in the meantime. This version did need an additional fix to log.{c,h} that was no longer needed in 3.x. PR: 248756 Approved by: csjp (maintainer, also discussed with) MFH: 2020Q3 (-fno-common build fix)
11 lines
224 B
C
11 lines
224 B
C
--- 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,
|