mirror of
https://git.freebsd.org/ports.git
synced 2025-06-30 00:50:29 -04:00
the C (and C++) standards mandated for years and compilers started to enforce as of recently (Clang 11, GCC 10). Reported by: pkg-fallout
11 lines
234 B
C
11 lines
234 B
C
--- logrotate.h.orig 2017-10-12 15:19:41 UTC
|
|
+++ logrotate.h
|
|
@@ -80,7 +80,7 @@
|
|
TAILQ_ENTRY(logInfo) list;
|
|
};
|
|
|
|
-TAILQ_HEAD(logInfoHead, logInfo) logs;
|
|
+TAILQ_HEAD(logInfoHead, logInfo);
|
|
|
|
extern int numLogs;
|
|
extern int debug;
|