]> git.pld-linux.org Git - packages/amanda.git/blame - missing-extern.patch
perl 5.38.0 rebuild
[packages/amanda.git] / missing-extern.patch
CommitLineData
c240a314
JR
1--- amanda-3.5.1/common-src/testutils.h~ 2017-12-01 14:26:28.000000000 +0100
2+++ amanda-3.5.1/common-src/testutils.h 2021-05-09 10:32:10.263953946 +0200
3@@ -75,7 +75,7 @@
4 #define tu_dbg(...) if (tu_debugging_enabled) { g_fprintf(stderr, __VA_ARGS__); }
5
6 /* Is debugging enabled for this test run? (set internally) */
7-int tu_debugging_enabled;
8+extern int tu_debugging_enabled;
9
10 /*
11 * Main loop
This page took 0.02778 seconds and 4 git commands to generate.